]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blame - gstreamer-plugins-bad-amrwb.patch
- rel 2; real is x86 and x86_64 only
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad-amrwb.patch
CommitLineData
bc9eef85
JB
1--- gst-plugins-bad-0.10.4/configure.ac.orig 2006-12-25 01:34:02.200176272 +0100
2+++ gst-plugins-bad-0.10.4/configure.ac 2006-12-25 01:49:31.445130924 +0100
3@@ -293,13 +293,8 @@
4 dnl *** amrwb ***
5 translit(dnm, m, l) AM_CONDITIONAL(USE_AMRWB, true)
6 GST_CHECK_FEATURE(AMRWB, [amrwb code], amrwb, [
7- if test -f "ext/amrwb/amrwb-code/readme.txt"; then
8- HAVE_AMRWB="yes"
9- else
10- AC_MSG_WARN(Not amrwb code found. See README at ext/amrwb/)
11- HAVE_AMRWB="no"
12- fi
13- AC_SUBST(HAVE_AMRWB)
14+ GST_CHECK_LIBHEADER(AMRWB, amrwb, D_IF_decode, ,amrwb/dec_if.h, AMRWB_LIBS="-lamrwb")
15+ AC_SUBST(AMRWB_LIBS)
16 ])
17
18 dnl *** BZ2 ***
19--- gst-plugins-bad-0.10.4/ext/amrwb/Makefile.am.orig 2006-03-29 18:50:07.000000000 +0200
20+++ gst-plugins-bad-0.10.4/ext/amrwb/Makefile.am 2006-12-25 01:49:59.514730521 +0100
21@@ -1,4 +1,3 @@
22-SUBDIRS = amrwb-code
23 plugin_LTLIBRARIES = libgstamrwb.la
24
25 libgstamrwb_la_SOURCES = \
26@@ -7,8 +6,8 @@
27 gstamrwbenc.c \
28 gstamrwbparse.c
29
30-libgstamrwb_la_CFLAGS = $(GST_CFLAGS) $(AMRWB_CFLAGS) -Iamrwb-code/
31-libgstamrwb_la_LIBADD = $(GST_BASE_LIBS) $(AMRWB_LIBS) amrwb-code/libamrwb.la
32+libgstamrwb_la_CFLAGS = $(GST_CFLAGS) $(AMRWB_CFLAGS) -I/usr/include/amrwb
33+libgstamrwb_la_LIBADD = $(GST_BASE_LIBS) $(AMRWB_LIBS)
34 libgstamrwb_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
35
36 noinst_HEADERS = \
This page took 0.056856 seconds and 4 git commands to generate.