2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/extra/libtheora/patches/fix-theoraenc.patch
2021-08-27 09:26:31 +03:00

14 lines
388 B
Diff

diff --git a/lib/Makefile.in b/lib/Makefile.in
index f26ccdc..666f79d 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -310,7 +310,7 @@ libtheoraenc_la_SOURCES = \
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 = \