summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-12-19 14:58:47 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-12-19 14:58:47 +0000
commitac8b1191d4c9db98ca500809e989f0cc75e94187 (patch)
tree769eb1c98dc9ca31eecab0c7248deb35444e59cb
parent9536cc03c0961801c823168ee2af7831e7cd458c (diff)
downloadgst-plugins-bad-ac8b1191d4c9db98ca500809e989f0cc75e94187.tar.gz
gst-plugins-bad-ac8b1191d4c9db98ca500809e989f0cc75e94187.tar.bz2
gst-plugins-bad-ac8b1191d4c9db98ca500809e989f0cc75e94187.zip
just a small fix. I have to pay more attention when commiting ;-)
Original commit message from CVS: just a small fix. I have to pay more attention when commiting ;-)
-rw-r--r--ChangeLog5
-rw-r--r--ext/divx/Makefile.am3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 26e26562..6aeb3c2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-12-19 Edgard Lima <edgard.lima@indt.org.br>
+ * ext/divx/Makefile.am:
+ just a small fix. I have to pay more attention when commiting ;-)
+
+2005-12-19 Edgard Lima <edgard.lima@indt.org.br>
+
* configure.ac:
* ext/Makefile.am:
* ext/divx/Makefile.am:
diff --git a/ext/divx/Makefile.am b/ext/divx/Makefile.am
index 8eee5b86..4630f248 100644
--- a/ext/divx/Makefile.am
+++ b/ext/divx/Makefile.am
@@ -1,7 +1,6 @@
-plugin_LTLIBRARIES = libgstdivxdec.la
+plugin_LTLIBRARIES = libgstdivxdec.la libgstdivxenc.la
-plugin_LTLIBRARIES = libgstdivxenc.la
libgstdivxenc_la_SOURCES = gstdivxenc.c
libgstdivxenc_la_CFLAGS = $(GST_CFLAGS) $(DIVX_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstdivxenc_la_LIBADD = $(DIVXENC_LIBS) $(GST_PLUGINS_BASE_LIBS)