From 7aa33fd40c127ec43d248d41b98542291d55ffe6 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 22:36:21 +0000 Subject: Apply patch libtheora-1.1.1-libadd.patch patch_name: libtheora-1.1.1-libadd.patch present_in_specfile: true --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 89ce261..8cd665c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -153,6 +153,7 @@ libtheoraenc_la_SOURCES = \ libtheoraenc_la_LDFLAGS = \ -version-info @THENC_LIB_CURRENT@:@THENC_LIB_REVISION@:@THENC_LIB_AGE@ \ @THEORAENC_LDFLAGS@ $(OGG_LIBS) +libtheoraenc_la_LIBADD = libtheoradec.la libtheora_la_SOURCES = \ $(decoder_sources) \