diff options
Diffstat (limited to 'multimedia/transcode/files')
7 files changed, 0 insertions, 115 deletions
diff --git a/multimedia/transcode/files/patch-bbmpeg:mplex.h b/multimedia/transcode/files/patch-bbmpeg:mplex.h deleted file mode 100644 index 01f870c6a162..000000000000 --- a/multimedia/transcode/files/patch-bbmpeg:mplex.h +++ /dev/null @@ -1,11 +0,0 @@ ---- bbmpeg/mplex.h.orig Thu Jan 30 19:26:07 2003 -+++ bbmpeg/mplex.h Thu Jan 30 19:26:18 2003 -@@ -50,6 +50,8 @@ - Definitionen - *************************************************************************/ - -+#include <sys/types.h> -+ - #define USER_DATA_START 0x000001b2 - #define SEQUENCE_HEADER 0x000001b3 - #define SEQUENCE_END 0x000001b7 diff --git a/multimedia/transcode/files/patch-ffmpeg:libavcodec:mem.c b/multimedia/transcode/files/patch-ffmpeg:libavcodec:mem.c deleted file mode 100644 index a82054ab658e..000000000000 --- a/multimedia/transcode/files/patch-ffmpeg:libavcodec:mem.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ffmpeg/libavcodec/mem.c.orig Thu Jan 30 19:58:35 2003 -+++ ffmpeg/libavcodec/mem.c Thu Jan 30 19:58:45 2003 -@@ -18,7 +18,7 @@ - */ - #include "avcodec.h" - #ifdef HAVE_MALLOC_H --#include <malloc.h> -+#include <stdlib.h> - #endif - - /* you can redefine av_malloc and av_free in your project to use your diff --git a/multimedia/transcode/files/patch-libtool b/multimedia/transcode/files/patch-libtool deleted file mode 100644 index 01d2a2defb72..000000000000 --- a/multimedia/transcode/files/patch-libtool +++ /dev/null @@ -1,24 +0,0 @@ ---- libtool.orig Thu Oct 10 17:56:49 2002 -+++ libtool Mon Oct 28 21:56:19 2002 -@@ -2727,7 +2727,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) -@@ -4496,10 +4496,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/multimedia/transcode/files/patch-src:filter:preview:display.h b/multimedia/transcode/files/patch-src:filter:preview:display.h deleted file mode 100644 index 907a66ab40cb..000000000000 --- a/multimedia/transcode/files/patch-src:filter:preview:display.h +++ /dev/null @@ -1,16 +0,0 @@ ---- filter/preview/display.h.orig Fri Aug 9 10:41:59 2002 -+++ filter/preview/display.h Fri Aug 9 10:41:59 2002 -@@ -39,9 +39,11 @@ - #endif // HAVE_LIBXV - - #if HAVE_SDL --#include <SDL/SDL.h> --#include <SDL/SDL_syswm.h> -+#include <SDL.h> -+#include <SDL_syswm.h> - #endif // HAVE_SDL -+ -+#include <glib.h> - - #if HAVE_GTK - #include <gtk/gtk.h> diff --git a/multimedia/transcode/files/patch-src:filter:preview:filter_preview.h b/multimedia/transcode/files/patch-src:filter:preview:filter_preview.h deleted file mode 100644 index 4b26f7234b1d..000000000000 --- a/multimedia/transcode/files/patch-src:filter:preview:filter_preview.h +++ /dev/null @@ -1,11 +0,0 @@ ---- filter/preview/filter_preview.h.orig Fri Aug 9 10:41:59 2002 -+++ filter/preview/filter_preview.h Fri Aug 9 10:41:59 2002 -@@ -10,6 +10,8 @@ - #include <sys/mman.h> - #include <fcntl.h> - -+#include <glib.h> -+ - #include <libdv/dv_types.h> - #include <libdv/dv.h> - #include "display.h" diff --git a/multimedia/transcode/files/patch-src:filter:preview:pv.c b/multimedia/transcode/files/patch-src:filter:preview:pv.c deleted file mode 100644 index 8c74a4a84c6e..000000000000 --- a/multimedia/transcode/files/patch-src:filter:preview:pv.c +++ /dev/null @@ -1,29 +0,0 @@ ---- filter/preview/pv.c.orig Mon Nov 4 18:38:27 2002 -+++ filter/preview/pv.c Mon Nov 4 18:39:27 2002 -@@ -38,7 +38,7 @@ - #include <sys/shm.h> - - #ifdef __FreeBSD__ /* We don't have on_exit() */ --dv_display_t *dv_dpy_on_exit_hack = NULL; -+xv_display_t *xv_dpy_on_exit_hack = NULL; - #endif - - #define XV_FORMAT_MASK 0x03 -@@ -128,7 +128,7 @@ - free(dv_dpy); - dv_dpy = NULL; - #ifdef __FreeBSD__ -- dv_dpy_on_exit_hack = NULL; -+ xv_dpy_on_exit_hack = NULL; - #endif - } // xv_display_exit - -@@ -536,7 +536,7 @@ - } - - #ifdef __FreeBSD__ -- dv_dpy_on_exit_hack = dv_dpy; -+ xv_dpy_on_exit_hack = dv_dpy; - atexit(xv_display_on_exit_hack_handler); - #else - on_exit(xv_display_exit_handler, dv_dpy); diff --git a/multimedia/transcode/files/patch-src:filter:subtitler:frame_list.c b/multimedia/transcode/files/patch-src:filter:subtitler:frame_list.c deleted file mode 100644 index e4823a2b8dad..000000000000 --- a/multimedia/transcode/files/patch-src:filter:subtitler:frame_list.c +++ /dev/null @@ -1,13 +0,0 @@ ---- filter/subtitler/frame_list.c.orig Thu May 23 10:53:06 2002 -+++ filter/subtitler/frame_list.c Thu May 23 10:53:34 2002 -@@ -33,8 +33,8 @@ - - char *strsave(char *s) /*save char array s somewhere*/ - { --char *p, *malloc(); --if(p = malloc( strlen(s) + 1) ) strcpy(p, s); -+char *p; -+if(p = (char *)malloc( strlen(s) + 1) ) strcpy(p, s); - return(p); - } - |