This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gstreamer
Watch
1
Star
1
Fork
You've already forked gstreamer
0
mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced
2024-11-10 03:19:40 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
c942252430
gstreamer
/
gst
/
Makefile.am
4 lines
82 B
Makefile
Raw
Normal View
History
Unescape
Escape
The tcp and subparse plugins are under gst, but not totaly free of dependencies. Handle selection inconfigure.ac, so ... Original commit message from CVS: * configure.ac: * gst/Makefile.am: The tcp and subparse plugins are under gst, but not totaly free of dependencies. Handle selection inconfigure.ac, so that they show up on the final list of what is build and what is not. Maybe they should better be moved to ext.
2007-08-30 07:29:55 +00:00
SUBDIRS
=
$(
GST_PLUGINS_SELECTED
)
tcp elements need some system headers like sys/socket.h Original commit message from CVS: * configure.ac: * gst/Makefile.am: tcp elements need some system headers like sys/socket.h
2005-11-03 09:31:30 +00:00
DIST_SUBDIRS
=
$(
GST_PLUGINS_ALL
)
subparse tcp
Check if libxml provides HTML parser which subparse needs. Original commit message from CVS: Patch by: Daniel Díaz <yosoy@danieldiaz.org> * configure.ac: * gst/Makefile.am: Check if libxml provides HTML parser which subparse needs. Fixes #451970.
2007-08-30 06:58:46 +00:00
Reference in a new issue
Copy permalink