From 1747071bbf7bc27a364196a9a7c5b23820e1ade5 Mon Sep 17 00:00:00 2001 From: fake Date: Wed, 5 Apr 2006 13:17:05 +0000 Subject: [PATCH] fake: vlc: enable some more options you generally want. [2006033119365726990] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7476 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/public/vlc/vlc.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package/public/vlc/vlc.conf b/package/public/vlc/vlc.conf index 61bd6af4c..30a9b1b2f 100644 --- a/package/public/vlc/vlc.conf +++ b/package/public/vlc/vlc.conf @@ -25,6 +25,10 @@ pkginstalled wxwidgets || var_append confopt ' ' '--disable-wxwidgets' pkginstalled ffmpeg && export LIBS="$LIBS -lpostproc" +pkginstalled faad2 && var_append confopt ' ' '--enable-faad' +pkginstalled ncurses && var_append confopt ' ' '--enable-ncurses' +pkginstalled flac && var_append confopt ' ' '--enable-flac' + # set these so libsmbclient.h and libsmbclient.so are found if pkginstalled samba ; then CFLAGS="$CFLAGS -I$root/$pkg_samba_prefix/include" @@ -32,3 +36,6 @@ if pkginstalled samba ; then LDFLAGS="$LDFLAGS -L/$root/$pkg_samba_prefix/lib" export CFLAGS CPPFLAGS LDFLAGS fi + +# things you generally want on linux +var_append confopt ' ' '--enable-pvr --enable-v4l --enable-dvb'