mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 21:36:35 +00:00
Fix up dist.
Original commit message from CVS: * configure.ac: * gst/vmnc/Makefile.am: Fix up dist.
This commit is contained in:
parent
1a428b03ed
commit
ac5cbd0134
3 changed files with 12 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-03-03 Michael Smith <msmith@fluendo.com>
|
||||
|
||||
* configure.ac:
|
||||
* gst/vmnc/Makefile.am:
|
||||
Fix up dist.
|
||||
|
||||
2007-03-03 Michael Smith <msmith@fluendo.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -100,6 +100,7 @@ GST_PLUGINS_ALL="\
|
|||
tta \
|
||||
videocrop \
|
||||
videoparse \
|
||||
vmnc \
|
||||
xingheader \
|
||||
y4m \
|
||||
"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
plugin_LTLIBRARIES = libgstvmware.la
|
||||
plugin_LTLIBRARIES = libgstvmnc.la
|
||||
|
||||
libgstvmware_la_SOURCES = vmncdec.c
|
||||
libgstvmware_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(THEORA_CFLAGS)
|
||||
libgstvmware_la_LIBADD = $(GST_LIBS)
|
||||
libgstvmware_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstvmnc_la_SOURCES = vmncdec.c
|
||||
libgstvmnc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(THEORA_CFLAGS)
|
||||
libgstvmnc_la_LIBADD = $(GST_LIBS)
|
||||
libgstvmnc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue