SPECS: ffmpeg.spec - disable x264, we have a snap that is too old ...

djurban djurban at pld-linux.org
Tue Mar 21 17:14:13 CET 2006


Author: djurban                      Date: Tue Mar 21 16:14:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disable x264, we have a snap that is too old and im not going to update
  it because the newer version needs gpac which is a pain to build

---- Files affected:
SPECS:
   ffmpeg.spec (1.70 -> 1.71) 

---- Diffs:

================================================================
Index: SPECS/ffmpeg.spec
diff -u SPECS/ffmpeg.spec:1.70 SPECS/ffmpeg.spec:1.71
--- SPECS/ffmpeg.spec:1.70	Tue Mar 21 17:00:44 2006
+++ SPECS/ffmpeg.spec	Tue Mar 21 17:14:07 2006
@@ -31,7 +31,7 @@
 %endif
 %{?with_imlib2:BuildRequires:	imlib2-devel >= 1.1.0-2}
 BuildRequires:	lame-libs-devel
-BuildRequires:	libx264-devel
+#BuildRequires:	libx264-devel
 BuildRequires:	libdts-devel
 BuildRequires:	libgsm-devel
 BuildRequires:	libtheora-devel
@@ -183,7 +183,7 @@
 	--enable-theora \
 	--enable-vorbis \
 	--enable-xvid \
-	--enable-x264 \
+	--disable-x264 \ # disable for now, the version we have is too old
 %ifnarch %{ix86} %{x8664}
 	--disable-mmx \
 %endif
@@ -269,6 +269,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.71  2006/03/21 16:14:07  djurban
+- disable x264, we have a snap that is too old and im not going to update
+  it because the newer version needs gpac which is a pain to build
+
 Revision 1.70  2006/03/21 16:00:44  djurban
 - add support for more formats (lzo,x264)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ffmpeg.spec?r1=1.70&r2=1.71&f=u



More information about the pld-cvs-commit mailing list