Package: gmerlin-avdecoder / 2.0.0~svn6298~dfsg0-5

DEBIAN_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
Description: fix build-system due to removed upstream sources
Author: IOhannes m zmölnig <zmoelnig@iem.at>
Last-Update: 2011-01-10
Forwarded: not-needed

--- gmerlin-avdecoder.orig/configure.ac
+++ gmerlin-avdecoder/configure.ac
@@ -463,7 +463,6 @@
 include/Makefile \
 include/bgav_version.h \
 lib/Makefile \
-lib/GSM610/Makefile \
 m4/Makefile \
 plugins/Makefile \
 tests/Makefile ])
--- gmerlin-avdecoder.orig/lib/Makefile.am
+++ gmerlin-avdecoder/lib/Makefile.am
@@ -228,7 +228,7 @@
 gsm_sources =
 gsm_subdirs =
 gsm_libs = 
-endif  
+endif
 
 
 SUBDIRS = $(win32_subdirs) $(gsm_subdirs)
@@ -433,7 +433,6 @@
 options.c \
 opus_header.c \
 os.c \
-os_inet_aton.c \
 packetbuffer.c \
 packetpool.c \
 packettimer.c \