diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-19 14:58:47 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-19 14:58:47 +0000 |
commit | ac8b1191d4c9db98ca500809e989f0cc75e94187 (patch) | |
tree | 769eb1c98dc9ca31eecab0c7248deb35444e59cb /ext/divx | |
parent | 9536cc03c0961801c823168ee2af7831e7cd458c (diff) | |
download | gstreamer-plugins-bad-ac8b1191d4c9db98ca500809e989f0cc75e94187.tar.gz |
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 ;-)
Diffstat (limited to 'ext/divx')
-rw-r--r-- | ext/divx/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/divx/Makefile.am b/ext/divx/Makefile.am index 8eee5b86b..4630f248b 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) |