[Lunar-commits] <moonbase-other> vlc: The flac bump broke the make, fixing. Also the --with-tuning was blank,

stumbles stumbles at lunar-linux.org
Sun Jun 9 22:42:42 CEST 2013


commit 9bc968deb5be605185e2fa64454c7af6bd8c79ba
Author: stumbles <stumbles at lunar-linux.org>
Date: Sun, 09 Jun 2013 13:41:51 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/9bc968deb5be605185e2fa64454c7af6bd8c79ba

vlc: The flac bump broke the make, fixing. Also the --with-tuning was blank,

switching it to $CPU.
---
  video/vlc/BUILD | +5/-1     
  1 file changed, 5 insertions(+), 1 deletion(-)

--- a/video/vlc/BUILD
+++ b/video/vlc/BUILD
@@ -1,3 +1,7 @@
+sedit "s:stream_decoder.h:FLAC/stream_decoder.h:" modules/codec/flac.c &&
+sedit "s:stream_encoder.h:FLAC/stream_encoder.h:" modules/codec/flac.c &&
+#sedit "37i #include <FLAC/stream_decoder.h>\n#include <FLAC/stream_encoder.h>" modules/codec/faad.c &&
+
 if in_depends $MODULE lua; then
   export LUA_LIBS+=" /usr/lib/lua" &&
   export LUA_CFLAGS+=" -DLUA_COMPAT_ALL=1"
@@ -11,7 +15,7 @@ if in_depends vlc qt4; then
  . /etc/profile.d/qt4.rc
 fi &&
 
-OPTS+=" --enable-xvideo --enable-real --enable-realrtsp --enable-media-library --disable-sid --with-tuning=$CPUTUNE" &&
+OPTS+=" --enable-xvideo --enable-real --enable-realrtsp --enable-media-library --disable-sid --with-tuning=$CPU" &&
 
 default_build &&
 




More information about the Lunar-commits mailing list