diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-01 06:10:23 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-01 06:10:23 -0300 |
commit | 5887f39e11863485131e53021d45936c244176d9 (patch) | |
tree | 765a96820b5203909e00f946d82ecff9d1693f1a /libre/mplayer-vaapi-libre/demux-gif.patch | |
parent | 12909a37c0b7d7e6b5ff495ba09f2b673af152b1 (diff) |
mplayer-vaapi-libre-36265-3: Explicitly disable giflib support
Diffstat (limited to 'libre/mplayer-vaapi-libre/demux-gif.patch')
-rw-r--r-- | libre/mplayer-vaapi-libre/demux-gif.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libre/mplayer-vaapi-libre/demux-gif.patch b/libre/mplayer-vaapi-libre/demux-gif.patch deleted file mode 100644 index 68add7d28..000000000 --- a/libre/mplayer-vaapi-libre/demux-gif.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- libmpdemux/demux_gif.c-old 2012-08-20 08:47:01.000000000 -0600 -+++ libmpdemux/demux_gif.c 2013-07-05 11:27:55.488387360 -0600 -@@ -45,6 +45,16 @@ - - #define GIF_SIGNATURE (('G' << 16) | ('I' << 8) | 'F') - -+static void PrintGifError(void) -+{ -+ char *Err = GifErrorString(); -+ -+ if (Err != NULL) -+ fprintf(stderr, "\nGIF-LIB error: %s.\n", Err); -+ else -+ fprintf(stderr, "\nGIF-LIB undefined error %d.\n", GifError()); -+} -+ - #ifndef CONFIG_GIF_TVT_HACK - // not supported by certain versions of the library - static int my_read_gif(GifFileType *gif, uint8_t *buf, int len) |