summaryrefslogtreecommitdiff
path: root/gst/asfmux/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+15
| | | | | | | | Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
* Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGSDavid Schleef2010-05-191-1/+1
| | | | | | | | | Move include directives for gst-libs into GST_PLUGINS_BAD_CFLAGS, and fix all the Makefiles that use it. This is so that all the include directories are added in the proper order: first the directories in srcdir/builddir, then gst-plugins-base dirs, then gstreamer dirs. If the order is wrong, installed headers may be used instead of local headers and/or uninstalled headers from -base.
* asfmux: Uncomment --disable-static flagJan Schmidt2009-11-091-1/+1
| | | | | For some reason that libtool flags line that prevents building the static lib was commented out. Reported by Mart Raudsepp on IRC.
* asfmux: Adds new plugin asfmuxThiago Santos2009-07-241-0/+24
Adds the brand new asfmux plugin, containing 3 elements: asfmux, rtpasfpay and asfparse. This plugin was developed as a GSoC 2009 project, with David Schleef as the mentor and Thiago Santos as the student.