]> git.sesse.net Git - vlc/commitdiff
Contribs - Remove unnecessary ffmpeg patch merged in trunnk.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 28 Jan 2008 19:19:29 +0000 (19:19 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 28 Jan 2008 19:19:29 +0000 (19:19 +0000)
extras/contrib/src/Makefile
extras/contrib/src/Patches/ffmpeg-svn-swscale-pc.patch [deleted file]

index f4cd99ec70c26eb12da8b30278951b5b8172d8d1..c0741185b0a096b6e1c8f016a6de1213c44ac17c 100644 (file)
@@ -1038,8 +1038,7 @@ DISTCLEAN_PKG += amrwb-$(LIBAMR_WB_VERSION).tar.bz2
 ifdef SVN
 ffmpeg:
        $(SVN) co $(FFMPEG_SVN) ffmpeg
-       (cd "$@" && patch -p0 < ../Patches/ffmpeg-svn-swscale-pc.patch && \
-        patch -p1 < ../Patches/ffmpeg-svn-avdevices.patch)
+       (cd "$@" && patch -p1 < ../Patches/ffmpeg-svn-avdevices.patch)
 ifeq ($(HOST),i586-pc-beos)
        (cd $@; patch -p0 < ../Patches/ffmpeg-svn-beos.patch)
 endif
diff --git a/extras/contrib/src/Patches/ffmpeg-svn-swscale-pc.patch b/extras/contrib/src/Patches/ffmpeg-svn-swscale-pc.patch
deleted file mode 100644 (file)
index 0aba944..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: Makefile
-===================================================================
---- Makefile    (revision 8597)
-+++ Makefile    (working copy)
-@@ -149,7 +149,9 @@
- ifeq ($(CONFIG_PP),yes)
-       (MAKE) -C libpostproc install-headers
- endif
-+ifeq ($(CONFIG_SWSCALER),yes)
-       $(MAKE) -C libswscale  install-headers
-+endif
-
- uninstall: uninstall-progs uninstall-libs uninstall-headers uninstall-man uninstall-vhook
-