summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins80/files/patch-gst-libs_ext_ffmpeg_Makefile.in
blob: 22f6d71f7d712f635daa836177b3709dbd8238db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- gst-libs/ext/ffmpeg/Makefile.in.orig    Fri Dec 19 14:31:01 2003
+++ gst-libs/ext/ffmpeg/Makefile.in Fri Dec 19 14:40:11 2003
@@ -866,7 +866,7 @@
    libavformat_la-file.lo libavformat_la-flvdec.lo \
    libavformat_la-flvenc.lo libavformat_la-framehook.lo \
    libavformat_la-gif.lo libavformat_la-gifdec.lo \
-   libavformat_la-grab.lo libavformat_la-idcin.lo \
+   libavformat_la-idcin.lo \
    libavformat_la-idroq.lo libavformat_la-img.lo \
    libavformat_la-ipmovie.lo libavformat_la-jpeg.lo \
    libavformat_la-mov.lo libavformat_la-movenc.lo \
@@ -5659,7 +5659,7 @@
 
 patches:
    @echo -n Patching ffmpeg if necessary ...
-   @patch -p0 -N -r rejects <$(srcdir)/patch/function.patch > /dev/null || true
+#  @patch -p0 -N -r rejects <$(srcdir)/patch/function.patch > /dev/null || true
    @rm -f rejects || true
    @echo done.