summaryrefslogtreecommitdiffstats
path: root/main/libtheora/enc.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-08-02 10:07:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-08-02 10:07:09 +0000
commitfae93727d154ad73cf8be0c62dec4cd7400c07fd (patch)
tree5c7f6ffafbfa798adc84150ed710b58551dc190c /main/libtheora/enc.patch
parent02cf9589b27ddef1034c984d7ca89c32312a922c (diff)
downloadaports-fae93727d154ad73cf8be0c62dec4cd7400c07fd.tar.bz2
aports-fae93727d154ad73cf8be0c62dec4cd7400c07fd.tar.xz
main/libtheora: link libtheoraenc with libtheoradec
it uses a symbol there.
Diffstat (limited to 'main/libtheora/enc.patch')
-rw-r--r--main/libtheora/enc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/libtheora/enc.patch b/main/libtheora/enc.patch
new file mode 100644
index 000000000..ea604d28e
--- /dev/null
+++ b/main/libtheora/enc.patch
@@ -0,0 +1,11 @@
+--- ./lib/Makefile.am.orig
++++ ./lib/Makefile.am
+@@ -152,7 +154,7 @@
+ Version_script-enc theoraenc.exp
+ libtheoraenc_la_LDFLAGS = \
+ -version-info @THENC_LIB_CURRENT@:@THENC_LIB_REVISION@:@THENC_LIB_AGE@ \
+- @THEORAENC_LDFLAGS@ $(OGG_LIBS)
++ -ltheoradec @THEORAENC_LDFLAGS@ $(OGG_LIBS)
+
+ libtheora_la_SOURCES = \
+ $(decoder_sources) \