GStreamer multimedia framework
Find a file
Sebastian Dröge 70443730a5 Revert "For static builds, add the ffmpeg library directories to the linker flags"
This reverts commit ac3437153d.

Doesn't actually make sense as it will put the (uninstalled) library paths
into the installed .la files. How does this all work?
2015-07-28 11:19:52 +03:00
common@9aed1d7a80 Automatic update of common submodule 2015-07-03 21:59:42 +02:00
docs Release 1.5.2 2015-06-24 23:40:51 +02:00
ext avviddec: Get code out of loop 2015-07-27 18:49:49 -04:00
gst-libs Switch from libav v11.4 to ffmpeg n2.7.1 2015-07-01 21:40:00 +02:00
m4
pkgconfig
tests
win32
.gitignore
.gitmodules Switch from libav v11.4 to ffmpeg n2.7.1 2015-07-01 21:40:00 +02:00
AUTHORS
autogen.sh
ChangeLog Release 1.5.2 2015-06-24 23:40:51 +02:00
configure.ac Revert "For static builds, add the ffmpeg library directories to the linker flags" 2015-07-28 11:19:52 +03:00
COPYING
COPYING.LIB
gst-libav.doap Update mailing list in doap file 2015-07-16 17:24:48 +01:00
gst-libav.spec.in
HACKING
Makefile.am cruft: add the obsolete tmpl dir to cruft-dirs 2015-06-09 15:43:21 +02:00
NEWS Release 1.5.2 2015-06-24 23:40:51 +02:00
README
RELEASE Release 1.5.2 2015-06-24 23:40:51 +02:00
TODO

gst-ffmpeg

This module contains a GStreamer plugin for FFmpeg, as well as an internal
copy of the FFmpeg source code.

PLUG-IN DEPENDENCIES AND LICENSES
---------------------------------

GStreamer is developed under the terms of the LGPL (see LICENSE file for
details). Some of our plug-ins however rely on libraries which are available
under other licenses. This means that if you are distributing an application
which has a non-GPL compatible license (for instance a closed-source
application) with GStreamer, you have to make sure not to distribute GPL-linked
plug-ins.

When using GPL-linked plug-ins, GStreamer is for all practical reasons
under the GPL itself.