Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 19 years ago
parent
commit
1747071bbf
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      package/public/vlc/vlc.conf

+ 7
- 0
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'

Loading…
Cancel
Save