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 ;-)
This commit is contained in:
Edgard Lima 2005-12-19 14:58:47 +00:00
parent 9536cc03c0
commit ac8b1191d4
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
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:

View file

@ -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)