mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
gst/rtsp/Makefile.am: Fix make check too.
Original commit message from CVS: * gst/rtsp/Makefile.am: Fix make check too.
This commit is contained in:
parent
ff1a71edf9
commit
08470e221b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-02-26 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
|
* gst/rtsp/Makefile.am:
|
||||||
|
Fix make check too.
|
||||||
|
|
||||||
2007-02-26 Jan Schmidt <thaytan@mad.scientist.com>
|
2007-02-26 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* gst/rtsp/base64.c: (util_base64_encode):
|
* gst/rtsp/base64.c: (util_base64_encode):
|
||||||
|
|
|
@ -17,7 +17,7 @@ libgstrtsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
check_PROGRAMS = test
|
check_PROGRAMS = test
|
||||||
|
|
||||||
test_SOURCES = test.c rtspdefs.c rtspurl.c rtspconnection.c rtspmessage.c rtsptransport.c sdpmessage.c
|
test_SOURCES = test.c rtspdefs.c rtspurl.c rtspconnection.c rtspmessage.c rtsptransport.c sdpmessage.c base64.c
|
||||||
test_CFLAGS = $(GST_CFLAGS)
|
test_CFLAGS = $(GST_CFLAGS)
|
||||||
test_LDFLAGS = $(GST_LIBS) $(WIN32_LIBS)
|
test_LDFLAGS = $(GST_LIBS) $(WIN32_LIBS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue