From ac8b1191d4c9db98ca500809e989f0cc75e94187 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Mon, 19 Dec 2005 14:58:47 +0000 Subject: 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 ;-) --- ChangeLog | 5 +++++ ext/divx/Makefile.am | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 26e26562..6aeb3c2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-19 Edgard Lima + + * ext/divx/Makefile.am: + just a small fix. I have to pay more attention when commiting ;-) + 2005-12-19 Edgard Lima * configure.ac: 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) -- cgit v1.2.1