mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
gst/multipart/Makefile.am: Fix things that should have been fixed in the last checkin.
Original commit message from CVS: * gst/multipart/Makefile.am: Fix things that should have been fixed in the last checkin.
This commit is contained in:
parent
df3d4b018d
commit
d4c0461a23
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-07-30 David Schleef <ds@schleef.org>
|
||||
|
||||
* gst/multipart/Makefile.am: Fix things that should have been
|
||||
fixed in the last checkin.
|
||||
|
||||
2004-07-30 David Schleef <ds@schleef.org>
|
||||
|
||||
* testsuite/multifilesink/Makefile.am: Fix unused variable.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
plugin_LTLIBRARIES = libgstmultipart.la
|
||||
|
||||
libmultipart_la_SOURCES = multipart.c multipartdemux.c multipartmux.c
|
||||
libmultipart_la_CFLAGS = $(GST_CFLAGS)
|
||||
libmultipart_la_LIBADD =
|
||||
libmultipart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmultipart_la_SOURCES = multipart.c multipartdemux.c multipartmux.c
|
||||
libgstmultipart_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstmultipart_la_LIBADD =
|
||||
libgstmultipart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue