Author: kwizart
Update of /cvs/free/rpms/vlc/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9044
Modified Files:
vlc.spec
Log Message:
Disable x264 encoding for now
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-10/vlc.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- vlc.spec 23 Sep 2009 19:28:53 -0000 1.24
+++ vlc.spec 27 Sep 2009 16:59:45 -0000 1.25
@@ -8,7 +8,7 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
Version: 1.0.2
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
License: GPLv2+
Group: Applications/Multimedia
URL:
http://www.videolan.org
@@ -278,6 +278,7 @@
--enable-gnomevfs \
--enable-cddax \
--enable-wma-fixed \
+%{!?_with_x264:--disable-x264} \
--enable-shine \
--enable-faad \
--enable-twolame \
@@ -546,6 +547,9 @@
%changelog
+* Sun Sep 27 2009 kwizart < kwizart at
gmail.com > - 1.0.2-1.2
+- x264 disabled because version isn't new enought (re-enabled --with x264)
+
* Wed Sep 23 2009 kwizart < kwizart at
gmail.com > - 1.0.2-1.1
- Rsync for F-10