]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- disable x264, we have a snap that is too old and im not going to update
authordjurban <djurban@pld-linux.org>
Tue, 21 Mar 2006 16:14:07 +0000 (16:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  it because the newer version needs gpac which is a pain to build

Changed files:
    ffmpeg.spec -> 1.71

ffmpeg.spec

index 40dc944ce54aec4d2c47d7c67bc794b7ec3fddf7..7034b678260558b112cda090154524947cc16a31 100644 (file)
@@ -30,7 +30,7 @@ BuildRequires:        gcc >= 5:3.3.2-3
 %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
@@ -182,7 +182,7 @@ obrazie.
        --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
This page took 0.187453 seconds and 4 git commands to generate.