diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | gst/rtsp/Makefile.am | 2 | 
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@  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> +  	* gst/rtsp/base64.c: (util_base64_encode):  	* gst/rtsp/base64.h:  	Commit missing files for base64 encoding. diff --git a/gst/rtsp/Makefile.am b/gst/rtsp/Makefile.am index ea0b82c7..8f0049c7 100644 --- a/gst/rtsp/Makefile.am +++ b/gst/rtsp/Makefile.am @@ -17,7 +17,7 @@ libgstrtsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)  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_LDFLAGS = $(GST_LIBS) $(WIN32_LIBS)  | 
