projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f0ef29
)
Explicitly link against gio. Fix link error on mac.
author
Alessandro Decina
<alessandro.d@gmail.com>
Sat, 6 Oct 2012 13:49:07 +0000
(15:49 +0200)
committer
Alessandro Decina
<alessandro.d@gmail.com>
Mon, 15 Oct 2012 08:50:26 +0000
(10:50 +0200)
gst/rtsp-server/Makefile.am
patch
|
blob
|
history
diff --git
a/gst/rtsp-server/Makefile.am
b/gst/rtsp-server/Makefile.am
index
43b54c4
..
bbc6632
100644
(file)
--- a/
gst/rtsp-server/Makefile.am
+++ b/
gst/rtsp-server/Makefile.am
@@
-39,7
+39,7
@@
libgstrtspserver_@GST_API_VERSION@_la_LIBADD = \
-lgstrtp-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ \
-lgstsdp-@GST_API_VERSION@ \
-lgstapp-@GST_API_VERSION@ \
- $(GST_LIBS) $(LIBM)
+ $(GST_LIBS) $(
GIO_LIBS) $(
LIBM)
libgstrtspserver_@GST_API_VERSION@_la_LIBTOOLFLAGS = --tag=disable-static
libgstrtspserver_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/rtsp-server