diff options
author | Shackra Sislock <jorgean@lavabit.com> | 2013-08-01 21:02:14 -0600 |
---|---|---|
committer | Shackra Sislock <jorgean@lavabit.com> | 2013-08-01 21:02:14 -0600 |
commit | 2e5a1b6108e79d9cf528319dd263b61d68a807fa (patch) | |
tree | 742757effb505dff0b9bdb5f1daa07dcf16edd4e /libre/mplayer-vaapi-libre/demux-gif.patch | |
parent | 688293a45505151207777b0f543ac4cac5d26fe5 (diff) | |
parent | 7c6d66d3024f2a06482329f8aa5bc4878b3d0c32 (diff) |
merging changes
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) |