mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-13 09:45:27 +00:00
gst/videomixer/Makefile.am: Fix things that should have been fixed in the last checkin.
Original commit message from CVS: * gst/videomixer/Makefile.am: Fix things that should have been fixed in the last checkin.
This commit is contained in:
parent
d4c0461a23
commit
863c255c60
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-07-30 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
|
* gst/videomixer/Makefile.am: Fix things that should have been
|
||||||
|
fixed in the last checkin.
|
||||||
|
|
||||||
2004-07-30 David Schleef <ds@schleef.org>
|
2004-07-30 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* gst/multipart/Makefile.am: Fix things that should have been
|
* gst/multipart/Makefile.am: Fix things that should have been
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
plugin_LTLIBRARIES = libgstvideomixer.la
|
plugin_LTLIBRARIES = libgstvideomixer.la
|
||||||
|
|
||||||
libvideomixer_la_SOURCES = videomixer.c
|
libgstvideomixer_la_SOURCES = videomixer.c
|
||||||
libvideomixer_la_CFLAGS = $(GST_CFLAGS)
|
libgstvideomixer_la_CFLAGS = $(GST_CFLAGS)
|
||||||
libvideomixer_la_LIBADD =
|
libgstvideomixer_la_LIBADD =
|
||||||
libvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue