Package: gmerlin-avdecoder / 1.2.0~dfsg-5

autoconf_removed_sources.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Description: fix build-system due to removed upstream sources
Author: IOhannes m zmölnig <zmoelnig@iem.at>
Last-Update: 2011-01-10

--- gmerlin-avdecoder.orig/configure.ac
+++ gmerlin-avdecoder/configure.ac
@@ -569,13 +569,6 @@
 include/Makefile \
 include/bgav_version.h \
 lib/Makefile \
-lib/libw32dll/Makefile \
-lib/libw32dll/dmo/Makefile \
-lib/libw32dll/qtx/Makefile \
-lib/libw32dll/qtx/qtxsdk/Makefile \
-lib/libw32dll/wine/Makefile \
-lib/libw32dll/DirectShow/Makefile \
-lib/GSM610/Makefile \
 m4/Makefile \
 plugins/Makefile \
 tests/Makefile ])
--- gmerlin-avdecoder.orig/lib/Makefile.am
+++ gmerlin-avdecoder/lib/Makefile.am
@@ -234,19 +234,9 @@
 speex_sources =
 endif
 
-if HAVE_W32DLL
-win32_subdirs = libw32dll
-win32_libs = \
-$(top_builddir)/lib/libw32dll/DirectShow/libds_filter.la \
-$(top_builddir)/lib/libw32dll/dmo/libdmo_filter.la \
-$(top_builddir)/lib/libw32dll/wine/libwine.la \
--lpthread
-win32_sources = video_win32.c audio_qtwin32.c audio_win32.c win32codec.c
-else
 win32_subdirs =
 win32_libs =
 win32_sources =
-endif
 
 if HAVE_REALDLL
 real_sources = audio_real.c video_real.c
@@ -289,7 +279,7 @@
 gsm_sources =
 gsm_subdirs =
 gsm_libs = 
-endif  
+endif
 
 
 SUBDIRS = $(win32_subdirs) $(gsm_subdirs)
@@ -497,8 +487,6 @@
 mxf.c \
 nanosoft.c \
 options.c \
-os.c \
-os_inet_aton.c \
 packetbuffer.c \
 packetpool.c \
 packettimer.c \