Add DFB++; videolan and vdr-softdev may use directfb

This commit is contained in:
Arne Fitzenreiter
2008-04-20 00:28:25 +02:00
parent 74327cf4b3
commit 35f3697e4b
10 changed files with 121 additions and 8 deletions

View File

@@ -88,8 +88,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--enable-mad \
--enable-libdvbpsi --enable-faac --enable-mkv \
--enable-x264 --enable-release \
--disable-nls
--enable-directfb
--disable-nls \
--enable-directfb --with-directfb=/usr/src/directfb
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)