blob: 6c127338b9f160e1069bb985d6b89dcbca690a31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-ab,v 1.4 2011/01/17 19:44:59 drochner Exp $
--- lib/Makefile.in.orig 2009-10-01 18:04:07.000000000 +0000
+++ lib/Makefile.in
@@ -354,10 +354,12 @@ am__objects_3 = apiwrapper.lo bitpack.lo
@THEORA_DISABLE_ENCODE_FALSE@ $(am__objects_6)
am_libtheora_la_OBJECTS = $(am__objects_3) $(am__objects_7)
libtheora_la_OBJECTS = $(am_libtheora_la_OBJECTS)
-libtheoradec_la_LIBADD =
+libtheoradec_la_DEPENDENCIES = libtheora.la
+libtheoradec_la_LIBADD = libtheora.la
am_libtheoradec_la_OBJECTS = $(am__objects_3)
libtheoradec_la_OBJECTS = $(am_libtheoradec_la_OBJECTS)
-libtheoraenc_la_LIBADD =
+libtheoraenc_la_DEPENDENCIES = libtheora.la
+libtheoraenc_la_LIBADD = libtheora.la
@THEORA_DISABLE_ENCODE_FALSE@am__objects_8 = mmxfrag.lo mmxidct.lo \
@THEORA_DISABLE_ENCODE_FALSE@ mmxstate.lo x86state.lo
@THEORA_DISABLE_ENCODE_FALSE@am__objects_9 =
|