mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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:
parent
9536cc03c0
commit
ac8b1191d4
2 changed files with 6 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue