summaryrefslogtreecommitdiff
path: root/libre/mplayer/giflib51.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-11 20:22:08 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-11 20:22:08 -0200
commit11489a4348d8c6d897a50332c11256f0773123a1 (patch)
treea6c025a5b8686a3e3b60f3bbfbdfa4cbc42dd76d /libre/mplayer/giflib51.patch
parent9a159e03c9bb3e734c08aaf012186ac8e55245aa (diff)
mplayer-37353-1.parabola1: updating version
* add libdvd* libraries to {make,}depends (FS#43295 -> https://bugs.archlinux.org/task/43295)
Diffstat (limited to 'libre/mplayer/giflib51.patch')
-rw-r--r--libre/mplayer/giflib51.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/libre/mplayer/giflib51.patch b/libre/mplayer/giflib51.patch
deleted file mode 100644
index e884b39f1..000000000
--- a/libre/mplayer/giflib51.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- libvo/vo_gif89a.c.orig 2014-06-11 10:06:29.243216331 +0000
-+++ libvo/vo_gif89a.c 2014-06-11 10:08:37.346078847 +0000
-@@ -75,6 +75,9 @@
- #define MakeMapObject GifMakeMapObject
- #define FreeMapObject GifFreeMapObject
- #define QuantizeBuffer GifQuantizeBuffer
-+#if defined GIFLIB_MINOR && GIFLIB_MINOR >= 1
-+#define EGifCloseFile(a) EGifCloseFile(a, NULL)
-+#endif
- #endif
-
- // how many frames per second we are aiming for during output.
---- libmpdemux/demux_gif.c.orig 2014-06-11 10:46:48.120883788 +0000
-+++ libmpdemux/demux_gif.c 2014-06-11 10:47:28.290732272 +0000
-@@ -50,6 +50,9 @@
- #define DGifOpenFileHandle(a) DGifOpenFileHandle(a, NULL)
- #define GifError() (gif ? gif->Error : 0)
- #define GifErrorString() GifErrorString(gif->Error)
-+#if defined GIFLIB_MINOR && GIFLIB_MINOR >= 1
-+#define DGifCloseFile(a) DGifCloseFile(a, NULL)
-+#endif
- #endif
-
- /* >= 4.2 prior GIFLIB did not have MAJOR/MINOR defines */