Commit 5a88cc85 authored by Pierre Ynard's avatar Pierre Ynard

contrib: fix libvorbis compilation for WinCE

parent b3f6fae8
......@@ -715,6 +715,9 @@ libvorbis-$(VORBIS_VERSION).tar.gz:
libvorbis: libvorbis-$(VORBIS_VERSION).tar.gz
$(EXTRACT_GZ)
ifdef HAVE_WINCE
patch -p0 < Patches/vorbis-noapps.patch
endif
.vorbis: libvorbis .ogg
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
......
diff -urNp libvorbis.orig/Makefile.in libvorbis/Makefile.in
--- libvorbis.orig/Makefile.in 2009-07-10 04:19:15.000000000 +0200
+++ libvorbis/Makefile.in 2009-11-13 22:23:38.000000000 +0100
@@ -227,7 +227,7 @@ target_vendor = @target_vendor@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = 1.6 foreign dist-zip dist-bzip2
-SUBDIRS = m4 include vq lib examples test doc
+SUBDIRS = m4 include vq lib doc
m4datadir = $(datadir)/aclocal
m4data_DATA = vorbis.m4
pkgconfigdir = $(libdir)/pkgconfig
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment