]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libxine/libxine-fb/demuxogg.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libxine / libxine-fb / demuxogg.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- xine-lib-1-rc7/src/demuxers/demux_ogg.c~demuxogg
7 +++ xine-lib-1-rc7/src/demuxers/demux_ogg.c
8 @@ -40,7 +40,7 @@
9  #include <inttypes.h>
10  
11  #include <ogg/ogg.h>
12 -#include <vorbis/codec.h>
13 +#include <tremor/ivorbiscodec.h>
14  
15  #ifdef HAVE_SPEEX
16  #ifdef HAVE_SPEEX_SUBDIR
17 --- xine-lib-1-rc7/src/demuxers/Makefile.am~demuxogg
18 +++ xine-lib-1-rc7/src/demuxers/Makefile.am
19 @@ -1,6 +1,6 @@
20  include $(top_srcdir)/misc/Makefile.common
21  
22 -AM_CFLAGS = $(THEORA_CFLAGS) $(OGG_CFLAGS) $(SPEEX_CFLAGS) $(LIBMODPLUG_CFLAGS)
23 +AM_CFLAGS = $(THEORA_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS) $(SPEEX_CFLAGS) $(LIBMODPLUG_CFLAGS)
24  
25  libdir = $(XINE_PLUGINDIR)
26