1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-02 22:24:32 +03:00
openwrt-packages/libtheora/patches/001-no_docs_tests.patch
David Kühling b27e018ff5 libtheora: add our own version of libtheora, better tuned for NanoNote
this is a copy of libtheora from openwrt, updated to 1.2.0alpha1 and
compiled with -O2 instead of -Os to not cripple various DSP code#
2011-05-03 10:41:51 +02:00

36 lines
1.4 KiB
Diff

Index: libtheora-1.2.0alpha1/Makefile.am
===================================================================
--- libtheora-1.2.0alpha1.orig/Makefile.am 2010-09-23 22:26:52.000000000 +0200
+++ libtheora-1.2.0alpha1/Makefile.am 2011-05-03 09:52:11.000000000 +0200
@@ -8,7 +8,7 @@
EXAMPLES_DIR =
endif
-SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR)
+SUBDIRS = lib include m4 $(EXAMPLES_DIR)
# we include the whole debian/ dir in EXTRA_DIST because there's a problem
Index: libtheora-1.2.0alpha1/Makefile.in
===================================================================
--- libtheora-1.2.0alpha1.orig/Makefile.in 2010-09-23 23:59:14.000000000 +0200
+++ libtheora-1.2.0alpha1/Makefile.in 2011-05-03 09:52:11.000000000 +0200
@@ -106,7 +106,7 @@
distdir dist dist-all distcheck
ETAGS = etags
CTAGS = ctags
-DIST_SUBDIRS = lib include doc tests m4 examples
+DIST_SUBDIRS = lib include m4
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -312,7 +312,7 @@
AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
@THEORA_ENABLE_EXAMPLES_FALSE@EXAMPLES_DIR =
@THEORA_ENABLE_EXAMPLES_TRUE@EXAMPLES_DIR = examples
-SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR)
+SUBDIRS = lib include m4 $(EXAMPLES_DIR)
# we include the whole debian/ dir in EXTRA_DIST because there's a problem
# with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am