2c6bdb4f53
Previously, I submitted a patch "[PATCH v2][packages]gst-plugins-base: disable building ivorbis plugin" that disables ivorbis plugin build. Michel Stempin pointed out an upstream patch that fixes the issue directly in the vorbis decoder header. I had missed this patch in my previous searches. This patch reverts the disabling of ivorbis and adds the upstream fix. I have tested this patch and it fixes the build issue. Thanks to Michel Stempin for bringing this to my attention and pointing me to the upstream fix. Signed-off-by John Vogel <jvogel4@stny.rr.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39666 3c298f89-4303-0410-b956-a3cf2f4a3e73
47 lines
749 B
Diff
47 lines
749 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1031,7 +1031,6 @@ docs/design/Makefile
|
|
docs/libs/Makefile
|
|
docs/plugins/Makefile
|
|
docs/version.entities
|
|
-po/Makefile.in
|
|
common/Makefile
|
|
common/m4/Makefile
|
|
m4/Makefile
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -11,7 +11,6 @@ SUBDIRS = \
|
|
gst-libs \
|
|
gst sys $(SUBDIRS_EXT) \
|
|
tools \
|
|
- po \
|
|
common \
|
|
m4
|
|
|
|
@@ -20,7 +19,6 @@ DIST_SUBDIRS = \
|
|
gst-libs \
|
|
gst sys ext \
|
|
tools \
|
|
- po \
|
|
common \
|
|
m4
|
|
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -463,7 +463,6 @@ SUBDIRS = \
|
|
gst-libs \
|
|
gst sys $(SUBDIRS_EXT) \
|
|
tools \
|
|
- po \
|
|
common \
|
|
m4
|
|
|
|
@@ -472,7 +471,6 @@ DIST_SUBDIRS = \
|
|
gst-libs \
|
|
gst sys ext \
|
|
tools \
|
|
- po \
|
|
common \
|
|
m4
|
|
|