projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
615f9ba
)
Fix the makefile again
author
Wim Taymans
<wim.taymans@gmail.com>
Tue, 17 Aug 2004 10:46:34 +0000
(10:46 +0000)
committer
Wim Taymans
<wim.taymans@gmail.com>
Tue, 17 Aug 2004 10:46:34 +0000
(10:46 +0000)
Original commit message from CVS:
Fix the makefile again
ext/theora/Makefile.am
patch
|
blob
|
history
diff --git
a/ext/theora/Makefile.am
b/ext/theora/Makefile.am
index
7b07443
..
0fda115
100644
(file)
--- a/
ext/theora/Makefile.am
+++ b/
ext/theora/Makefile.am
@@
-2,8
+2,8
@@
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgsttheora.la
-libgsttheora_la_SOURCES = theora
.c theoradec.c theoraen
c.c
-libgsttheora_la_CFLAGS = $(GST_CFLAGS) $(THEORA_CFLAGS)
-libgsttheora_la_LIBADD = $(THEORA_LIBS)
-ltheora -lvorbis
+libgsttheora_la_SOURCES = theora
de
c.c
+libgsttheora_la_CFLAGS = $(GST_CFLAGS) $(THEORA_CFLAGS)
+libgsttheora_la_LIBADD = $(THEORA_LIBS)
libgsttheora_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)