aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vlc-devel/files')
-rw-r--r--multimedia/vlc-devel/files/patch-configure10
-rw-r--r--multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.h14
-rw-r--r--multimedia/vlc-devel/files/patch-modules_gui_ncurses.c29
-rw-r--r--multimedia/vlc-devel/files/patch-modules_visualization_galaktos_PCM.c11
-rw-r--r--multimedia/vlc-devel/files/vlc.desktop9
5 files changed, 0 insertions, 73 deletions
diff --git a/multimedia/vlc-devel/files/patch-configure b/multimedia/vlc-devel/files/patch-configure
deleted file mode 100644
index fd460cf24eb6..000000000000
--- a/multimedia/vlc-devel/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Wed Nov 3 08:47:13 2004
-+++ configure Wed Nov 3 08:50:12 2004
-@@ -4967,7 +4967,6 @@
- ;;
- bsdi*)
- SYS=bsdi
-- CFLAGS_save="${CFLAGS_save} -pthread"; CFLAGS="${CFLAGS_save}"
-
- for element in dvd dvdcss vcd cdda vcdx cddax; do
- eval "LDFLAGS_${element}="'"'"-ldvd "'$'"{LDFLAGS_${element}} "'"'
diff --git a/multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.h b/multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.h
deleted file mode 100644
index b474a55d5747..000000000000
--- a/multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- modules/codec/ffmpeg/ffmpeg.h.orig Fri Aug 8 19:08:32 2003
-+++ modules/codec/ffmpeg/ffmpeg.h Wed Nov 5 15:10:17 2003
-@@ -49,11 +49,7 @@
-
- } generic_thread_t;
-
--#if LIBAVCODEC_BUILD >= 4663
--# define LIBAVCODEC_PP
--#else
- # undef LIBAVCODEC_PP
--#endif
-
- #define GetWLE( p ) \
- ( *(u8*)(p) + ( *((u8*)(p)+1) << 8 ) )
diff --git a/multimedia/vlc-devel/files/patch-modules_gui_ncurses.c b/multimedia/vlc-devel/files/patch-modules_gui_ncurses.c
deleted file mode 100644
index ef435ac6685d..000000000000
--- a/multimedia/vlc-devel/files/patch-modules_gui_ncurses.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- modules/gui/ncurses.c.orig Wed Nov 3 18:12:49 2004
-+++ modules/gui/ncurses.c Wed Nov 3 18:14:27 2004
-@@ -875,7 +875,7 @@
-
- static void SearchPlaylist( intf_thread_t *p_intf, char *psz_searchstring )
- {
-- bool b_ok = false;
-+ bool b_ok = 0;
- int i_current;
- int i_first = 0 ;
- int i_item = -1;
-@@ -900,7 +900,7 @@
- psz_searchstring ) != NULL )
- {
- i_item = i_current;
-- b_ok = true;
-+ b_ok = 1;
- break;
- }
- }
-@@ -914,7 +914,7 @@
- psz_searchstring ) != NULL )
- {
- i_item = i_current;
-- b_ok = true;
-+ b_ok = 1;
- break;
- }
- }
diff --git a/multimedia/vlc-devel/files/patch-modules_visualization_galaktos_PCM.c b/multimedia/vlc-devel/files/patch-modules_visualization_galaktos_PCM.c
deleted file mode 100644
index 78799ac46b59..000000000000
--- a/multimedia/vlc-devel/files/patch-modules_visualization_galaktos_PCM.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/visualization/galaktos/PCM.c.orig Fri Nov 26 08:21:47 2004
-+++ modules/visualization/galaktos/PCM.c Fri Nov 26 08:22:06 2004
-@@ -79,7 +79,7 @@
- //Takes in a 2x512 array of PCM samples
- //and stores them
-
--void addPCM(int16_t PCMdata[2][512])
-+void addPCM(short PCMdata[2][512])
- {
- int i,j;
- int samples=512;
diff --git a/multimedia/vlc-devel/files/vlc.desktop b/multimedia/vlc-devel/files/vlc.desktop
deleted file mode 100644
index 2e6cd518f230..000000000000
--- a/multimedia/vlc-devel/files/vlc.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=VideoLAN Media Player
-Comment=Video and Audio player and server
-Icon=vlc.png
-Exec=vlc
-Terminal=false
-Type=Application
-Categories=Application;AudioVideo;