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-03 16:09:39 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
b9053c5ae8
gstreamer
/
gst
/
Makefile.am
3 lines
68 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
)
gst/Makefile.am: GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean them twice Original commit message from CVS: * gst/Makefile.am: GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean them twice * win32/common/libgstinterfaces.def: * win32/common/libgstrtp.def: Add new API to the defs
2008-03-03 23:59:45 +00:00
DIST_SUBDIRS
=
$(
GST_PLUGINS_ALL
)
Reference in a new issue
Copy permalink