diff options
Diffstat (limited to 'multimedia/nuppelvideo/files/patch-rtjpeg_plugin.h')
-rw-r--r-- | multimedia/nuppelvideo/files/patch-rtjpeg_plugin.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/multimedia/nuppelvideo/files/patch-rtjpeg_plugin.h b/multimedia/nuppelvideo/files/patch-rtjpeg_plugin.h deleted file mode 100644 index 07759b495015..000000000000 --- a/multimedia/nuppelvideo/files/patch-rtjpeg_plugin.h +++ /dev/null @@ -1,9 +0,0 @@ ---- rtjpeg_plugin.h.orig Tue Jul 3 15:01:32 2001 -+++ rtjpeg_plugin.h Thu Oct 28 02:28:45 2004 -@@ -56,3 +56,6 @@ - int rtjpeg_end_of_video(); - int rtjpeg_check_sig(char *fname); - -+/* Stolen from glibc */ -+void *memmem(const void *haystack, size_t haystacklen, -+ const void *needle, size_t needlelen); |