mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Remove autotools build system
This commit is contained in:
parent
4d528776b6
commit
f218ec2794
238 changed files with 50 additions and 10438 deletions
85
.gitignore
vendored
85
.gitignore
vendored
|
@ -1,82 +1,4 @@
|
|||
aclocal.m4
|
||||
autom4te.cache
|
||||
config.h
|
||||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
config.guess
|
||||
config.sub
|
||||
config.rpath
|
||||
configure
|
||||
gstreamer-libs-uninstalled*.pc
|
||||
gstreamer-libs*.pc
|
||||
gstreamer-play-uninstalled*.pc
|
||||
gstreamer-play*.pc
|
||||
libtool
|
||||
stamp-h
|
||||
stamp-h.in
|
||||
stamp-h1
|
||||
gst-element-check-*.m4
|
||||
ltmain.sh
|
||||
missing
|
||||
mkinstalldirs
|
||||
compile
|
||||
install-sh
|
||||
depcomp
|
||||
autoregen.sh
|
||||
ABOUT-NLS
|
||||
/INSTALL
|
||||
_stdint.h
|
||||
gst-plugins-bad-*.tar.*
|
||||
|
||||
.deps
|
||||
.libs
|
||||
.dirstamp
|
||||
*.lo
|
||||
*.la
|
||||
*.o
|
||||
*~
|
||||
/m4
|
||||
Makefile.in
|
||||
Makefile
|
||||
*.gir
|
||||
*.typelib
|
||||
*.gc??
|
||||
|
||||
tmp-orc.c
|
||||
gst*orc.h
|
||||
|
||||
/ext/srt/gstsrt-enumtypes.[ch]
|
||||
/gst-libs/gst/*/*-enumtypes.[ch]
|
||||
|
||||
/tests/check/orc
|
||||
/tests/check/media/
|
||||
/tests/check/libs/player
|
||||
/tests/check/libs/player_dummy.c
|
||||
/tests/check/elements/videoframe-audiolevel
|
||||
/tests/check/elements/pnm
|
||||
/tests/check/pipelines/simple-launch-lines
|
||||
/tests/check/pipelines/ipcpipeline
|
||||
/tests/examples/audiomixmatrix/test-audiomixmatrix
|
||||
/tests/examples/ipcpipeline/ipc-play
|
||||
/tests/examples/ipcpipeline/ipcpipeline1
|
||||
/tests/examples/codecparsers/parse-jpeg
|
||||
/tests/examples/codecparsers/parse-vp8
|
||||
/tests/examples/shapewipe/shapewipe-example
|
||||
/tests/examples/jack/jack_client
|
||||
/tests/examples/opencv/gstmotioncells_dynamic_test
|
||||
/tests/examples/uvch264/test-uvch264
|
||||
/tests/examples/mpegts/tsparser
|
||||
/tests/examples/opencv/gsthanddetect_test
|
||||
/tests/examples/opencv/gstfacedetect_test
|
||||
/tests/examples/playout
|
||||
/tests/examples/waylandsink/gtkwaylandsink
|
||||
/tests/examples/waylandsink/wayland_threads
|
||||
/tests/examples/webrtc/webrtc
|
||||
/tests/examples/webrtc/webrtcbidirectional
|
||||
/tests/examples/webrtc/webrtcswap
|
||||
/tests/examples/webrtc/webrtcrenego
|
||||
/tests/examples/webrtc/webrtctransceiver
|
||||
|
||||
Build
|
||||
*.user
|
||||
|
@ -86,13 +8,6 @@ Build
|
|||
*.opensdf
|
||||
*.DS_Store
|
||||
|
||||
/test-driver
|
||||
*.log
|
||||
*.trs
|
||||
|
||||
/sys/bluez/bluez.c
|
||||
/sys/bluez/bluez.h
|
||||
|
||||
# Meson
|
||||
/build
|
||||
/subprojects
|
||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "common"]
|
||||
path = common
|
||||
url = https://gitlab.freedesktop.org/gstreamer/common.git
|
153
Makefile.am
153
Makefile.am
|
@ -1,153 +0,0 @@
|
|||
SUBDIRS = \
|
||||
gst-libs gst sys ext pkgconfig \
|
||||
m4 common tests po tools
|
||||
|
||||
DIST_SUBDIRS = \
|
||||
gst gst-libs sys ext pkgconfig \
|
||||
m4 common tests po tools
|
||||
|
||||
EXTRA_DIST = \
|
||||
depcomp \
|
||||
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
|
||||
ChangeLog gst-plugins-bad.doap autogen.sh \
|
||||
$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
|
||||
meson_options.txt \
|
||||
gst-libs/gst/vulkan/gstvkconfig.h.meson
|
||||
|
||||
DISTCLEANFILES = _stdint.h
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
||||
|
||||
include $(top_srcdir)/common/release.mak
|
||||
include $(top_srcdir)/common/po.mak
|
||||
|
||||
check-valgrind:
|
||||
$(MAKE) -C tests/check check-valgrind
|
||||
|
||||
if HAVE_GST_CHECK
|
||||
check-torture:
|
||||
$(MAKE) -C tests/check torture
|
||||
build-checks:
|
||||
$(MAKE) -C tests/check build-checks
|
||||
else
|
||||
check-torture:
|
||||
true
|
||||
build-checks:
|
||||
true
|
||||
endif
|
||||
|
||||
include $(top_srcdir)/common/coverage/lcov.mak
|
||||
|
||||
# cruft: plugins that have been merged or moved or renamed
|
||||
|
||||
CRUFT_FILES = \
|
||||
$(top_builddir)/gst-plugins-bad.spec \
|
||||
$(top_builddir)/common/shave \
|
||||
$(top_builddir)/common/shave-libtool \
|
||||
$(top_builddir)/ext/alsaspdif/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/ext/gtk/.libs/libgstgtksink.so \
|
||||
$(top_builddir)/ext/gtk/.libs/libgstgtk.so \
|
||||
$(top_builddir)/ext/hls/.libs/libgstfragmented* \
|
||||
$(top_builddir)/ext/ivorbis/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/ext/jack/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/ext/libde265/.libs/libgstlibde265.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/ext/teletextdec/.libs/libgstteletextdec.so \
|
||||
$(top_builddir)/gst/opus/.libs/libgstopus.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/ext/mpg123/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/ext/qt/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/ext/schroedinger/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/aacparse/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/amrparse/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/audiomixer/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/audioparsers/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/camerabin2/.libs/libgstcamerabin2.so \
|
||||
$(top_builddir)/gst/flacparse/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/imagefreeze/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/mpeg4videoparse/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/qtmux/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/rawparse/.libs/libgstrawparse* \
|
||||
$(top_builddir)/gst/rtpmux/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/rtpvp8/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/scaletempo/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/selector/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/shapewipe/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/valve/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/videoparsers/.libs/libgsth263parse* \
|
||||
$(top_builddir)/gst-libs/gst/baseparse/.libs/libgstbaseparse* \
|
||||
$(top_builddir)/sys/d3dvideosink/.libs/libgstd3dvideosink.{dll,DLL} \
|
||||
$(top_builddir)/sys/oss4/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/tests/check/elements/{aac,ac3,amr,flac,mpegaudio,dca}parse \
|
||||
$(top_builddir)/tests/check/elements/autocolorspace \
|
||||
$(top_builddir)/tests/check/elements/capssetter \
|
||||
$(top_builddir)/tests/check/elements/dataurisrc \
|
||||
$(top_builddir)/tests/check/elements/imagefreeze \
|
||||
$(top_builddir)/tests/check/elements/qtmux \
|
||||
$(top_builddir)/tests/check/elements/rawaudioparse \
|
||||
$(top_builddir)/tests/check/elements/rawvideoparse \
|
||||
$(top_builddir)/tests/check/elements/rtpmux \
|
||||
$(top_builddir)/tests/check/elements/schroenc \
|
||||
$(top_builddir)/tests/check/elements/selector \
|
||||
$(top_builddir)/tests/check/elements/valve \
|
||||
$(top_builddir)/tests/check/pipelines/metadata \
|
||||
$(top_builddir)/tests/check/pipelines/mimic \
|
||||
$(top_builddir)/tests/examples/jack/jack_client \
|
||||
$(top_builddir)/tests/examples/scaletempo/scaletempo-demo \
|
||||
$(top_builddir)/tests/examples/switch/switcher \
|
||||
$(top_builddir)/tests/icles/output-selector-test \
|
||||
$(top_builddir)/tests/icles/test-oss4 \
|
||||
$(top_builddir)/tests/icles/equalizer-test
|
||||
|
||||
CRUFT_DIRS = \
|
||||
$(top_srcdir)/gst/aacparse \
|
||||
$(top_srcdir)/gst/amrparse \
|
||||
$(top_srcdir)/gst/audiomixer \
|
||||
$(top_srcdir)/gst/camerabin \
|
||||
$(top_srcdir)/gst/dataurisrc \
|
||||
$(top_srcdir)/gst/flacparse \
|
||||
$(top_srcdir)/gst/hls \
|
||||
$(top_srcdir)/gst/imagefreeze \
|
||||
$(top_srcdir)/gst/invtelecine \
|
||||
$(top_srcdir)/gst/liveadder \
|
||||
$(top_srcdir)/gst/mpeg4videoparse \
|
||||
$(top_srcdir)/gst/qtmux \
|
||||
$(top_srcdir)/gst/rtpmux \
|
||||
$(top_srcdir)/gst/rtpvp8 \
|
||||
$(top_srcdir)/gst/scaletempo \
|
||||
$(top_srcdir)/gst/selector \
|
||||
$(top_srcdir)/gst/shapewipe \
|
||||
$(top_srcdir)/gst/valve \
|
||||
$(top_srcdir)/gst-libs/gst/baseparse \
|
||||
$(top_srcdir)/gst-libs/gst/base \
|
||||
$(top_srcdir)/gst-libs/gst/egl \
|
||||
$(top_srcdir)/gst-libs/gst/gl \
|
||||
$(top_srcdir)/gst-libs/gst/signalprocessor \
|
||||
$(top_srcdir)/tests/examples/gl \
|
||||
$(top_srcdir)/tests/examples/scaletempo \
|
||||
$(top_srcdir)/tests/examples/gtk \
|
||||
$(top_srcdir)/tests/examples/qt \
|
||||
$(top_srcdir)/tests/examples/shapewipe \
|
||||
$(top_srcdir)/tests/examples/switch \
|
||||
$(top_srcdir)/tests/examples/jack \
|
||||
$(top_srcdir)/ext/alsaspdif \
|
||||
$(top_srcdir)/ext/amrwbenc \
|
||||
$(top_srcdir)/ext/cog \
|
||||
$(top_srcdir)/ext/eglgles \
|
||||
$(top_srcdir)/ext/gsettings \
|
||||
$(top_srcdir)/ext/gtk \
|
||||
$(top_srcdir)/ext/ivorbis \
|
||||
$(top_srcdir)/ext/jack \
|
||||
$(top_srcdir)/ext/metadata \
|
||||
$(top_srcdir)/ext/mimic \
|
||||
$(top_srcdir)/ext/mpg123 \
|
||||
$(top_srcdir)/ext/qt \
|
||||
$(top_srcdir)/ext/schroedinger \
|
||||
$(top_srcdir)/ext/swfdec \
|
||||
$(top_srcdir)/ext/tarkin \
|
||||
$(top_srcdir)/ext/theora \
|
||||
$(top_srcdir)/ext/vp8 \
|
||||
$(top_srcdir)/sys/mfc \
|
||||
$(top_srcdir)/win32
|
||||
|
||||
include $(top_srcdir)/common/cruft.mak
|
||||
|
||||
all-local: check-cruft
|
103
README
103
README
|
@ -9,17 +9,22 @@ WHERE TO START
|
|||
--------------
|
||||
|
||||
We have a website at
|
||||
http://gstreamer.freedesktop.org/
|
||||
|
||||
You should start by going through our FAQ at
|
||||
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/
|
||||
https://gstreamer.freedesktop.org
|
||||
|
||||
There is more documentation; go to
|
||||
http://gstreamer.freedesktop.org/documentation
|
||||
Our documentation, including tutorials, API reference and FAQ can be found at
|
||||
|
||||
You can subscribe to our mailing lists; see the website for details.
|
||||
https://gstreamer.freedesktop.org/documentation/
|
||||
|
||||
We track bugs in GNOME's bugzilla; see the website for details.
|
||||
You can subscribe to our mailing lists:
|
||||
|
||||
https://lists.freedesktop.org/mailman/listinfo/gstreamer-announce
|
||||
|
||||
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
|
||||
|
||||
We track bugs, feature requests and merge requests (patches) in GitLab at
|
||||
|
||||
https://gitlab.freedesktop.org/gstreamer/
|
||||
|
||||
You can join us on IRC - #gstreamer on irc.freenode.org
|
||||
|
||||
|
@ -137,12 +142,11 @@ PLATFORMS
|
|||
---------
|
||||
|
||||
- Linux is of course fully supported
|
||||
- FreeBSD is reported to work; other BSDs should work too
|
||||
- Solaris is reported to work; a specific sunaudiosink plugin has been written
|
||||
- MacOSX works, binary 1.x packages can be built using the cerbero build tool
|
||||
- FreeBSD is reported to work; other BSDs should work too; same for Solaris
|
||||
- MacOS works, binary 1.x packages can be built using the cerbero build tool
|
||||
- Windows works; binary 1.x packages can be built using the cerbero build tool
|
||||
- MSys/MinGW builds
|
||||
- Microsoft Visual Studio builds are not yet available or supported
|
||||
- Microsoft Visual Studio builds are also available and supported
|
||||
- Android works, binary 1.x packages can be built using the cerbero build tool
|
||||
- iOS works
|
||||
|
||||
|
@ -151,36 +155,49 @@ INSTALLING FROM PACKAGES
|
|||
|
||||
You should always prefer installing from packages first. GStreamer is
|
||||
well-maintained for a number of distributions, including Fedora, Debian,
|
||||
Ubuntu, Mandrake, Gentoo, ...
|
||||
Ubuntu, Mandrake, Arch Linux, Gentoo, ...
|
||||
|
||||
Only in cases where you:
|
||||
- want to hack on GStreamer
|
||||
- want to verify that a bug has been fixed
|
||||
- do not have a sane distribution
|
||||
|
||||
- want to hack on GStreamer
|
||||
- want to verify that a bug has been fixed
|
||||
- do not have a sane distribution
|
||||
|
||||
should you choose to build from source tarballs or git.
|
||||
|
||||
Find more information about the various packages at
|
||||
http://gstreamer.freedesktop.org/download/
|
||||
|
||||
https://gstreamer.freedesktop.org/download/
|
||||
|
||||
COMPILING FROM SOURCE TARBALLS
|
||||
------------------------------
|
||||
|
||||
- again, make sure that you really need to install from source !
|
||||
- again, make sure that you really need to install from source!
|
||||
If GStreamer is one of your first projects ever that you build from source,
|
||||
consider taking on an easier project.
|
||||
|
||||
- check output of ./configure --help to see if any options apply to you
|
||||
- you need a recent version of Meson installed, see
|
||||
|
||||
http://mesonbuild.com/Getting-meson.html
|
||||
|
||||
and
|
||||
|
||||
https://gitlab.freedesktop.org/gstreamer/gst-build/blob/master/README.md
|
||||
|
||||
- run
|
||||
./configure
|
||||
make
|
||||
|
||||
meson build
|
||||
ninja -C build
|
||||
|
||||
to build GStreamer.
|
||||
|
||||
- if you want to install it (not required, but what you usually want to do), run
|
||||
make install
|
||||
|
||||
ninja -C build install
|
||||
|
||||
- try out a simple test:
|
||||
gst-launch -v fakesrc num_buffers=5 ! fakesink
|
||||
(If you didn't install GStreamer, prefix gst-launch with tools/)
|
||||
gst-launch-1.0 -v fakesrc num_buffers=5 ! fakesink
|
||||
(If you didn't install GStreamer, run `./build/tools/gst-launch-1.0`)
|
||||
|
||||
If it outputs a bunch of messages from fakesrc and fakesink, everything is
|
||||
ok.
|
||||
|
@ -196,45 +213,25 @@ COMPILING FROM SOURCE TARBALLS
|
|||
COMPILING FROM GIT
|
||||
------------------
|
||||
|
||||
When building from git sources, you will need to run autogen.sh to generate
|
||||
the build system files.
|
||||
You can build an uninstalled GStreamer from git for development or testing
|
||||
purposes without affecting your system installation.
|
||||
|
||||
You will need a set of additional tools typical for building from git,
|
||||
including:
|
||||
- autoconf
|
||||
- automake
|
||||
- libtool
|
||||
Get started with:
|
||||
|
||||
autogen.sh will check for recent enough versions and complain if you don't have
|
||||
them. You can also specify specific versions of automake and autoconf with
|
||||
--with-automake and --with-autoconf
|
||||
git clone https://gitlab.freedesktop.org/gstreamer/gst-build
|
||||
meson build
|
||||
ninja -C build
|
||||
ninja -C build uninstalled
|
||||
|
||||
Check autogen.sh options by running autogen.sh --help
|
||||
For more information, see the `gst-build` module and its documentation:
|
||||
|
||||
autogen.sh can pass on arguments to configure
|
||||
|
||||
When you have done this once, you can use autoregen.sh to re-autogen with
|
||||
the last passed options as a handy shortcut. Use it.
|
||||
|
||||
After the autogen.sh stage, you can follow the directions listed in
|
||||
"COMPILING FROM SOURCE"
|
||||
|
||||
You can also run your whole git stack uninstalled in your home directory,
|
||||
so that you can quickly test changes without affecting your system setup or
|
||||
interfering with GStreamer installed from packages. Many GStreamer developers
|
||||
use an uninstalled setup for their work.
|
||||
|
||||
There is a 'create-uninstalled-setup.sh' script in
|
||||
|
||||
http://cgit.freedesktop.org/gstreamer/gstreamer/tree/scripts/
|
||||
|
||||
to easily create an uninstalled setup from scratch.
|
||||
https://gitlab.freedesktop.org/gstreamer/gst-build/blob/master/README.md
|
||||
|
||||
|
||||
PLUG-IN DEPENDENCIES AND LICENSES
|
||||
---------------------------------
|
||||
|
||||
GStreamer is developed under the terms of the LGPL (see LICENSE file for
|
||||
GStreamer is developed under the terms of the LGPL (see COPYING 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
|
||||
|
|
124
autogen.sh
124
autogen.sh
|
@ -1,124 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# gst-plugins-bad autogen.sh
|
||||
#
|
||||
# Run this to generate all the initial makefiles, etc.
|
||||
#
|
||||
# This file has been generated from common/autogen.sh.in via common/update-autogen
|
||||
|
||||
|
||||
test -n "$srcdir" || srcdir=`dirname "$0"`
|
||||
test -n "$srcdir" || srcdir=.
|
||||
|
||||
olddir=`pwd`
|
||||
cd "$srcdir"
|
||||
|
||||
package=gst-plugins-bad
|
||||
srcfile=gst-plugins-bad.doap
|
||||
|
||||
# Make sure we have common
|
||||
if test ! -f common/gst-autogen.sh;
|
||||
then
|
||||
echo "+ Setting up common submodule"
|
||||
git submodule init
|
||||
fi
|
||||
git submodule update
|
||||
|
||||
# source helper functions
|
||||
if test ! -f common/gst-autogen.sh;
|
||||
then
|
||||
echo There is something wrong with your source tree.
|
||||
echo You are missing common/gst-autogen.sh
|
||||
exit 1
|
||||
fi
|
||||
. common/gst-autogen.sh
|
||||
|
||||
# install pre-commit hook for doing clean commits
|
||||
if test ! \( -x .git/hooks/pre-commit -a -L .git/hooks/pre-commit \);
|
||||
then
|
||||
rm -f .git/hooks/pre-commit
|
||||
if ! ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit 2> /dev/null
|
||||
then
|
||||
echo "Failed to create commit hook symlink, copying instead ..."
|
||||
cp common/hooks/pre-commit.hook .git/hooks/pre-commit
|
||||
fi
|
||||
fi
|
||||
|
||||
# GNU gettext automake support doesn't get along with git.
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=661128
|
||||
if test -d po ; then
|
||||
touch -t 200001010000 po/gst-plugins-bad-1.0.pot
|
||||
fi
|
||||
|
||||
CONFIGURE_DEF_OPT='--enable-maintainer-mode'
|
||||
|
||||
if test "x$package" = "xgstreamer"; then
|
||||
CONFIGURE_DEF_OPT="$CONFIGURE_DEF_OPT --enable-failing-tests --enable-poisoning"
|
||||
elif test "x$package" = "xgst-plugins-bad"; then
|
||||
CONFIGURE_DEF_OPT="$CONFIGURE_DEF_OPT --with-player-tests"
|
||||
fi
|
||||
|
||||
autogen_options $@
|
||||
|
||||
printf "+ check for build tools"
|
||||
if test -z "$NOCHECK"; then
|
||||
echo
|
||||
|
||||
printf " checking for autoreconf ... "
|
||||
echo
|
||||
which "autoreconf" 2>/dev/null || {
|
||||
echo "not found! Please install the autoconf package."
|
||||
exit 1
|
||||
}
|
||||
|
||||
printf " checking for pkg-config ... "
|
||||
echo
|
||||
which "pkg-config" 2>/dev/null || {
|
||||
echo "not found! Please install pkg-config."
|
||||
exit 1
|
||||
}
|
||||
else
|
||||
echo ": skipped version checks"
|
||||
fi
|
||||
|
||||
# if no arguments specified then this will be printed
|
||||
if test -z "$*" && test -z "$NOCONFIGURE"; then
|
||||
echo "+ checking for autogen.sh options"
|
||||
echo " This autogen script will automatically run ./configure as:"
|
||||
echo " ./configure $CONFIGURE_DEF_OPT"
|
||||
echo " To pass any additional options, please specify them on the $0"
|
||||
echo " command line."
|
||||
fi
|
||||
|
||||
toplevel_check $srcfile
|
||||
|
||||
# autopoint
|
||||
if test -d po && grep ^AM_GNU_GETTEXT_VERSION configure.ac >/dev/null ; then
|
||||
tool_run "autopoint" "--force"
|
||||
fi
|
||||
|
||||
# aclocal
|
||||
if test -f acinclude.m4; then rm acinclude.m4; fi
|
||||
|
||||
autoreconf --force --install || exit 1
|
||||
|
||||
test -n "$NOCONFIGURE" && {
|
||||
echo "+ skipping configure stage for package $package, as requested."
|
||||
echo "+ autogen.sh done."
|
||||
exit 0
|
||||
}
|
||||
|
||||
cd "$olddir"
|
||||
|
||||
echo "+ running configure ... "
|
||||
test ! -z "$CONFIGURE_DEF_OPT" && echo " default flags: $CONFIGURE_DEF_OPT"
|
||||
test ! -z "$CONFIGURE_EXT_OPT" && echo " external flags: $CONFIGURE_EXT_OPT"
|
||||
echo
|
||||
|
||||
echo "$srcdir/configure" $CONFIGURE_DEF_OPT $CONFIGURE_EXT_OPT
|
||||
"$srcdir/configure" $CONFIGURE_DEF_OPT $CONFIGURE_EXT_OPT || {
|
||||
echo " configure failed"
|
||||
exit 1
|
||||
}
|
||||
|
||||
echo "Now type 'make' to compile $package."
|
1
common
1
common
|
@ -1 +0,0 @@
|
|||
Subproject commit 59cb678164719ff59dcf6c8b93df4617a1075d11
|
2509
configure.ac
2509
configure.ac
File diff suppressed because it is too large
Load diff
1
docs/.gitignore
vendored
1
docs/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
version.entities
|
540
ext/Makefile.am
540
ext/Makefile.am
|
@ -1,540 +0,0 @@
|
|||
if USE_ASSRENDER
|
||||
ASSRENDER_DIR = assrender
|
||||
else
|
||||
ASSRENDER_DIR =
|
||||
endif
|
||||
|
||||
if USE_AOM
|
||||
AOM_DIR= aom
|
||||
else
|
||||
AOM_DIR=
|
||||
endif
|
||||
|
||||
if USE_AVTP
|
||||
AVTP_DIR=avtp
|
||||
else
|
||||
AVTP_DIR=
|
||||
endif
|
||||
|
||||
if USE_VOAMRWBENC
|
||||
VOAMRWBENC_DIR = voamrwbenc
|
||||
else
|
||||
VOAMRWBENC_DIR =
|
||||
endif
|
||||
|
||||
if USE_BS2B
|
||||
BS2B_DIR=bs2b
|
||||
else
|
||||
BS2B_DIR=
|
||||
endif
|
||||
|
||||
if USE_BZ2
|
||||
BZ2_DIR=bz2
|
||||
else
|
||||
BZ2_DIR=
|
||||
endif
|
||||
|
||||
if USE_LCMS2
|
||||
COLORMANAGEMENT_DIR=colormanagement
|
||||
else
|
||||
COLORMANAGEMENT_DIR=
|
||||
endif
|
||||
|
||||
if USE_CHROMAPRINT
|
||||
CHROMAPRINT_DIR=chromaprint
|
||||
else
|
||||
CHROMAPRINT_DIR=
|
||||
endif
|
||||
|
||||
if USE_CURL
|
||||
CURL_DIR=curl
|
||||
else
|
||||
CURL_DIR=
|
||||
endif
|
||||
|
||||
if USE_DASH
|
||||
DASH_DIR=dash
|
||||
else
|
||||
DASH_DIR=
|
||||
endif
|
||||
|
||||
if USE_DC1394
|
||||
DC1394_DIR=dc1394
|
||||
else
|
||||
DC1394_DIR=
|
||||
endif
|
||||
|
||||
if USE_DIRECTFB
|
||||
DIRECTFB_DIR=directfb
|
||||
else
|
||||
DIRECTFB_DIR=
|
||||
endif
|
||||
|
||||
if USE_WAYLAND
|
||||
WAYLAND_DIR=wayland
|
||||
else
|
||||
WAYLAND_DIR=
|
||||
endif
|
||||
|
||||
if USE_DTS
|
||||
DTS_DIR=dts
|
||||
else
|
||||
DTS_DIR=
|
||||
endif
|
||||
|
||||
if USE_RESINDVD
|
||||
RESINDVD_DIR = resindvd
|
||||
else
|
||||
RESINDVD_DIR =
|
||||
endif
|
||||
|
||||
if USE_FAAC
|
||||
FAAC_DIR=faac
|
||||
else
|
||||
FAAC_DIR=
|
||||
endif
|
||||
|
||||
if USE_FAAD
|
||||
FAAD_DIR=faad
|
||||
else
|
||||
FAAD_DIR=
|
||||
endif
|
||||
|
||||
if USE_FDK_AAC
|
||||
FDK_AAC_DIR=fdkaac
|
||||
else
|
||||
FDK_AAC_DIR=
|
||||
endif
|
||||
|
||||
if USE_VOAACENC
|
||||
VOAACENC_DIR=voaacenc
|
||||
else
|
||||
VOAACENC_DIR=
|
||||
endif
|
||||
|
||||
if USE_FLITE
|
||||
FLITE_DIR=flite
|
||||
else
|
||||
FLITE_DIR=
|
||||
endif
|
||||
|
||||
#if USE_G729
|
||||
#G729_DIR=g729
|
||||
#else
|
||||
G729_DIR=
|
||||
#endif
|
||||
|
||||
if USE_GSM
|
||||
GSM_DIR=gsm
|
||||
else
|
||||
GSM_DIR=
|
||||
endif
|
||||
|
||||
if USE_IQA
|
||||
IQA_DIR = iqa
|
||||
else
|
||||
IQA_DIR =
|
||||
endif
|
||||
|
||||
if USE_KATE
|
||||
KATE_DIR=kate
|
||||
else
|
||||
KATE_DIR=
|
||||
endif
|
||||
|
||||
if USE_LADSPA
|
||||
LADSPA_DIR = ladspa
|
||||
else
|
||||
LADSPA_DIR =
|
||||
endif
|
||||
|
||||
if USE_LV2
|
||||
LV2_DIR = lv2
|
||||
else
|
||||
LV2_DIR =
|
||||
endif
|
||||
|
||||
if USE_LIBDE265
|
||||
LIBDE265_DIR = libde265
|
||||
else
|
||||
LIBDE265_DIR =
|
||||
endif
|
||||
|
||||
if USE_LIBMMS
|
||||
LIBMMS_DIR=libmms
|
||||
else
|
||||
LIBMMS_DIR=
|
||||
endif
|
||||
|
||||
if USE_MODPLUG
|
||||
MODPLUG_DIR=modplug
|
||||
else
|
||||
MODPLUG_DIR=
|
||||
endif
|
||||
|
||||
if USE_MPEG2ENC
|
||||
MPEG2ENC_DIR=mpeg2enc
|
||||
else
|
||||
MPEG2ENC_DIR=
|
||||
endif
|
||||
|
||||
if USE_MPLEX
|
||||
MPLEX_DIR=mplex
|
||||
else
|
||||
MPLEX_DIR=
|
||||
endif
|
||||
|
||||
if USE_MUSEPACK
|
||||
MUSEPACK_DIR=musepack
|
||||
else
|
||||
MUSEPACK_DIR=
|
||||
endif
|
||||
|
||||
if USE_NEON
|
||||
NEON_DIR=neon
|
||||
else
|
||||
NEON_DIR=
|
||||
endif
|
||||
|
||||
if USE_OFA
|
||||
OFA_DIR=ofa
|
||||
else
|
||||
OFA_DIR=
|
||||
endif
|
||||
|
||||
if USE_OPENAL
|
||||
OPENAL_DIR=openal
|
||||
else
|
||||
OPENAL_DIR=
|
||||
endif
|
||||
|
||||
if USE_OPENCV
|
||||
OPENCV_DIR=opencv
|
||||
else
|
||||
OPENCV_DIR=
|
||||
endif
|
||||
|
||||
if USE_OPENEXR
|
||||
OPENEXR_DIR = openexr
|
||||
else
|
||||
OPENEXR_DIR =
|
||||
endif
|
||||
|
||||
if USE_OPENH264
|
||||
OPENH264_DIR = openh264
|
||||
else
|
||||
OPENH264_DIR =
|
||||
endif
|
||||
|
||||
if USE_OPENMPT
|
||||
OPENMPT_DIR=openmpt
|
||||
else
|
||||
OPENMPT_DIR=
|
||||
endif
|
||||
|
||||
if USE_OPENNI2
|
||||
OPENNI2_DIR=openni2
|
||||
else
|
||||
OPENNI2_DIR=
|
||||
endif
|
||||
|
||||
if USE_OPENJPEG
|
||||
OPENJPEG_DIR = openjpeg
|
||||
else
|
||||
OPENJPEG_DIR =
|
||||
endif
|
||||
|
||||
if USE_OPUS
|
||||
OPUS_DIR=opus
|
||||
else
|
||||
OPUS_DIR=
|
||||
endif
|
||||
|
||||
if USE_PANGO
|
||||
CLOSEDCAPTION_DIR=closedcaption
|
||||
else
|
||||
CLOSEDCAPTION_DIR=
|
||||
endif
|
||||
|
||||
if USE_RSVG
|
||||
RSVG_DIR=rsvg
|
||||
else
|
||||
RSVG_DIR=
|
||||
endif
|
||||
|
||||
if USE_WILDMIDI
|
||||
WILDMIDI_DIR=wildmidi
|
||||
endif
|
||||
|
||||
if !USE_WILDMIDI
|
||||
WILDMIDI_DIR=
|
||||
endif
|
||||
|
||||
if USE_FLUIDSYNTH
|
||||
FLUIDSYNTH_DIR=fluidsynth
|
||||
endif
|
||||
|
||||
if USE_SBC
|
||||
SBC_DIR=sbc
|
||||
else
|
||||
SBC_DIR=
|
||||
endif
|
||||
|
||||
if USE_SCTP
|
||||
SCTP_DIR=sctp
|
||||
else
|
||||
SCTP_DIR=
|
||||
endif
|
||||
|
||||
if USE_SMOOTHSTREAMING
|
||||
SMOOTHSTREAMING_DIR = smoothstreaming
|
||||
else
|
||||
SMOOTHSTREAMING_DIR =
|
||||
endif
|
||||
|
||||
# if USE_SMOOTHWAVE
|
||||
# SMOOTHWAVE_DIR=smoothwave
|
||||
# else
|
||||
SMOOTHWAVE_DIR=
|
||||
# endif
|
||||
|
||||
if USE_SNDFILE
|
||||
SNDFILE_DIR=sndfile
|
||||
else
|
||||
SNDFILE_DIR=
|
||||
endif
|
||||
|
||||
if USE_SOUNDTOUCH
|
||||
SOUNDTOUCH_DIR=soundtouch
|
||||
else
|
||||
SOUNDTOUCH_DIR=
|
||||
endif
|
||||
|
||||
if USE_SPANDSP
|
||||
SPANDSP_DIR = spandsp
|
||||
else
|
||||
SPANDSP_DIR =
|
||||
endif
|
||||
|
||||
if USE_SRT
|
||||
SRT_DIR=srt
|
||||
else
|
||||
SRT_DIR=
|
||||
endif
|
||||
|
||||
if USE_SRTP
|
||||
SRTP_DIR=srtp
|
||||
else
|
||||
SRTP_DIR=
|
||||
endif
|
||||
|
||||
if USE_GME
|
||||
GME_DIR=gme
|
||||
else
|
||||
GME_DIR=
|
||||
endif
|
||||
|
||||
if USE_TELETEXTDEC
|
||||
TELETEXTDEC_DIR=teletextdec
|
||||
else
|
||||
TELETEXTDEC_DIR=
|
||||
endif
|
||||
|
||||
if USE_ZBAR
|
||||
ZBAR_DIR=zbar
|
||||
else
|
||||
ZBAR_DIR=
|
||||
endif
|
||||
|
||||
if USE_RTMP
|
||||
RTMP_DIR = rtmp
|
||||
else
|
||||
RTMP_DIR =
|
||||
endif
|
||||
|
||||
if USE_HLS
|
||||
HLS_DIR = hls
|
||||
else
|
||||
HLS_DIR =
|
||||
endif
|
||||
|
||||
if USE_WEBP
|
||||
WEBP_DIR=webp
|
||||
else
|
||||
WEBP_DIR=
|
||||
endif
|
||||
|
||||
if USE_X265
|
||||
X265_DIR=x265
|
||||
else
|
||||
X265_DIR=
|
||||
endif
|
||||
|
||||
if USE_DTLS
|
||||
DTLS_DIR=dtls
|
||||
else
|
||||
DTLS_DIR=
|
||||
endif
|
||||
|
||||
if USE_WEBRTCDSP
|
||||
WEBRTCDSP_DIR=webrtcdsp
|
||||
else
|
||||
WEBRTCDSP_DIR=
|
||||
endif
|
||||
|
||||
if USE_WEBRTC
|
||||
WEBRTC_DIR=webrtc
|
||||
else
|
||||
WEBRTC_DIR=
|
||||
endif
|
||||
|
||||
if USE_TTML
|
||||
TTML_DIR=ttml
|
||||
else
|
||||
TTML_DIR=
|
||||
endif
|
||||
|
||||
if USE_WPE
|
||||
WPE_DIR=wpe
|
||||
else
|
||||
WPE_DIR=
|
||||
endif
|
||||
|
||||
SUBDIRS=\
|
||||
$(VOAACENC_DIR) \
|
||||
$(ASSRENDER_DIR) \
|
||||
$(AOM_DIR) \
|
||||
$(AVTP_DIR) \
|
||||
$(VOAMRWBENC_DIR) \
|
||||
$(AUDIOFILE_DIR) \
|
||||
$(BS2B_DIR) \
|
||||
$(BZ2_DIR) \
|
||||
$(COLORMANAGEMENT_DIR) \
|
||||
$(CHROMAPRINT_DIR) \
|
||||
$(CLOSEDCAPTION_DIR) \
|
||||
$(CURL_DIR) \
|
||||
$(DASH_DIR) \
|
||||
$(DC1394_DIR) \
|
||||
$(DIRECTFB_DIR) \
|
||||
$(WAYLAND_DIR) \
|
||||
$(DTS_DIR) \
|
||||
$(RESINDVD_DIR) \
|
||||
$(FAAC_DIR) \
|
||||
$(FAAD_DIR) \
|
||||
$(FDK_AAC_DIR) \
|
||||
$(FLITE_DIR) \
|
||||
$(FLUIDSYNTH_DIR) \
|
||||
$(GSM_DIR) \
|
||||
$(G729_DIR) \
|
||||
$(IQA_DIR) \
|
||||
$(KATE_DIR) \
|
||||
$(LADSPA_DIR) \
|
||||
$(LV2_DIR) \
|
||||
$(LIBDE265_DIR) \
|
||||
$(LIBMMS_DIR) \
|
||||
$(MODPLUG_DIR) \
|
||||
$(MPEG2ENC_DIR) \
|
||||
$(MPLEX_DIR) \
|
||||
$(MUSEPACK_DIR) \
|
||||
$(NEON_DIR) \
|
||||
$(OFA_DIR) \
|
||||
$(OPENAL_DIR) \
|
||||
$(OPENCV_DIR) \
|
||||
$(OPENEXR_DIR) \
|
||||
$(OPENH264_DIR) \
|
||||
$(OPENJPEG_DIR) \
|
||||
$(OPENMPT_DIR) \
|
||||
$(OPENNI2_DIR) \
|
||||
$(OPUS_DIR) \
|
||||
$(RSVG_DIR) \
|
||||
$(SBC_DIR) \
|
||||
$(SCTP_DIR) \
|
||||
$(SMOOTHSTREAMING_DIR) \
|
||||
$(SMOOTHWAVE_DIR) \
|
||||
$(SNDFILE_DIR) \
|
||||
$(SOUNDTOUCH_DIR) \
|
||||
$(SPANDSP_DIR) \
|
||||
$(GME_DIR) \
|
||||
$(SRT_DIR) \
|
||||
$(SRTP_DIR) \
|
||||
$(TELETEXTDEC_DIR) \
|
||||
$(WILDMIDI_DIR) \
|
||||
$(ZBAR_DIR) \
|
||||
$(RTMP_DIR) \
|
||||
$(HLS_DIR) \
|
||||
$(WEBP_DIR) \
|
||||
$(X265_DIR) \
|
||||
$(DTLS_DIR) \
|
||||
$(WEBRTCDSP_DIR) \
|
||||
$(TTML_DIR) \
|
||||
$(WEBRTC_DIR) \
|
||||
$(WPE_DIR)
|
||||
|
||||
DIST_SUBDIRS = \
|
||||
assrender \
|
||||
aom \
|
||||
avtp \
|
||||
bs2b \
|
||||
bz2 \
|
||||
colormanagement \
|
||||
chromaprint \
|
||||
closedcaption \
|
||||
curl \
|
||||
dash \
|
||||
dc1394 \
|
||||
directfb \
|
||||
wayland \
|
||||
faac \
|
||||
faad \
|
||||
fdkaac \
|
||||
flite \
|
||||
fluidsynth \
|
||||
gsm \
|
||||
hls \
|
||||
iqa \
|
||||
ladspa \
|
||||
kate \
|
||||
libde265 \
|
||||
libmms \
|
||||
lv2 \
|
||||
dts \
|
||||
modplug \
|
||||
mpeg2enc \
|
||||
mplex \
|
||||
musepack \
|
||||
neon \
|
||||
ofa \
|
||||
openal \
|
||||
opencv \
|
||||
openexr \
|
||||
openh264 \
|
||||
openmpt \
|
||||
openni2 \
|
||||
openjpeg \
|
||||
opus \
|
||||
rsvg \
|
||||
resindvd \
|
||||
sbc \
|
||||
sctp \
|
||||
smoothstreaming \
|
||||
sndfile \
|
||||
soundtouch \
|
||||
spandsp \
|
||||
srt \
|
||||
srtp \
|
||||
gme \
|
||||
teletextdec \
|
||||
wildmidi \
|
||||
voaacenc \
|
||||
voamrwbenc \
|
||||
zbar \
|
||||
rtmp \
|
||||
webp \
|
||||
x265 \
|
||||
dtls \
|
||||
webrtcdsp \
|
||||
ttml \
|
||||
webrtc \
|
||||
wpe
|
||||
|
||||
include $(top_srcdir)/common/parallel-subdirs.mak
|
|
@ -1,17 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstaom.la
|
||||
|
||||
libgstaom_la_SOURCES = \
|
||||
gstaom.c \
|
||||
gstav1enc.c \
|
||||
gstav1dec.c \
|
||||
gstav1utils.c
|
||||
|
||||
libgstaom_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(AOM_CFLAGS)
|
||||
libgstaom_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) -lgstvideo-$(GST_API_VERSION) $(AOM_LIBS)
|
||||
libgstaom_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstaom.h \
|
||||
gstav1dec.h \
|
||||
gstav1enc.h \
|
||||
gstav1utils.h
|
|
@ -1,8 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstassrender.la
|
||||
|
||||
libgstassrender_la_SOURCES = gstassrender.c
|
||||
libgstassrender_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ASSRENDER_CFLAGS)
|
||||
libgstassrender_la_LIBADD = $(ASSRENDER_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) -lgstvideo-@GST_API_VERSION@
|
||||
libgstassrender_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstassrender.h
|
|
@ -1,36 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstavtp.la
|
||||
|
||||
libgstavtp_la_SOURCES = \
|
||||
gstavtp.c \
|
||||
gstavtpaafdepay.c \
|
||||
gstavtpaafpay.c \
|
||||
gstavtpbasedepayload.c \
|
||||
gstavtpbasepayload.c \
|
||||
gstavtpcvfdepay.c \
|
||||
gstavtpcvfpay.c \
|
||||
gstavtpsink.c \
|
||||
gstavtpsrc.c
|
||||
|
||||
libgstavtp_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(AVTP_CFLAGS)
|
||||
|
||||
libgstavtp_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(AVTP_LIBS)
|
||||
|
||||
libgstavtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstavtpaafdepay.h \
|
||||
gstavtpaafpay.h \
|
||||
gstavtpbasedepayload.h \
|
||||
gstavtpbasepayload.h \
|
||||
gstavtpcvfdepay.h \
|
||||
gstavtpcvfpay.h \
|
||||
gstavtpsink.h \
|
||||
gstavtpsrc.h
|
|
@ -1,14 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstbs2b.la
|
||||
|
||||
libgstbs2b_la_SOURCES = gstbs2b.c gstbs2b.h
|
||||
|
||||
libgstbs2b_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
||||
$(BS2B_CFLAGS)
|
||||
libgstbs2b_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) \
|
||||
$(BS2B_LIBS)
|
||||
libgstbs2b_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstbs2b.h
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
plugin_LTLIBRARIES = libgstbz2.la
|
||||
|
||||
libgstbz2_la_SOURCES = \
|
||||
gstbz2.c gstbz2dec.c gstbz2enc.c
|
||||
libgstbz2_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstbz2_la_LIBADD = $(GST_BASE_LIBS) $(BZ2_LIBS)
|
||||
libgstbz2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstbz2dec.h gstbz2enc.h
|
|
@ -1,14 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstchromaprint.la
|
||||
|
||||
libgstchromaprint_la_SOURCES = gstchromaprint.c gstchromaprint.h
|
||||
|
||||
libgstchromaprint_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
||||
$(CHROMAPRINT_CFLAGS)
|
||||
libgstchromaprint_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) \
|
||||
$(CHROMAPRINT_LIBS)
|
||||
libgstchromaprint_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstchromaprint.h
|
|
@ -1,57 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstclosedcaption.la
|
||||
|
||||
zvbi_sources = \
|
||||
bit_slicer.c \
|
||||
decoder.c \
|
||||
io-sim.c \
|
||||
raw_decoder.c \
|
||||
sampling_par.c
|
||||
|
||||
zvbi_headers = \
|
||||
bcd.h \
|
||||
bit_slicer.h \
|
||||
decoder.h \
|
||||
hamm.h \
|
||||
io-sim.h \
|
||||
macros.h \
|
||||
misc.h \
|
||||
raw_decoder.h \
|
||||
sampling_par.h \
|
||||
sliced.h
|
||||
|
||||
libgstclosedcaption_la_SOURCES = \
|
||||
$(zvbi_sources) \
|
||||
$(zvbi_headers) \
|
||||
gstcccombiner.c \
|
||||
gstccextractor.c \
|
||||
gstccconverter.c \
|
||||
gstcea708decoder.c \
|
||||
gstceaccoverlay.c \
|
||||
gstline21dec.c \
|
||||
gstline21enc.c \
|
||||
gstclosedcaption.c
|
||||
|
||||
libgstclosedcaption_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(PANGO_CFLAGS)
|
||||
|
||||
libgstclosedcaption_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(PANGO_LIBS) \
|
||||
$(LIBM)
|
||||
|
||||
libgstclosedcaption_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstccextractor.h \
|
||||
gstcccombiner.h \
|
||||
gstccconverter.h \
|
||||
gstcea708decoder.h \
|
||||
gstceaccoverlay.h \
|
||||
gstline21dec.h \
|
||||
gstline21enc.h \
|
||||
$(zvbi_headers)
|
|
@ -1,11 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstcolormanagement.la
|
||||
|
||||
libgstcolormanagement_la_SOURCES = gstcolormanagement.c \
|
||||
gstlcms.c
|
||||
|
||||
libgstcolormanagement_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LCMS2_CFLAGS)
|
||||
libgstcolormanagement_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-1.0 $(GST_BASE_LIBS) $(GST_LIBS) $(LCMS2_LIBS)
|
||||
libgstcolormanagement_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstcolormanagement_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||
|
||||
noinst_HEADERS = gstlcms.h
|
|
@ -1,46 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstcurl.la
|
||||
|
||||
if USE_SSH2
|
||||
gstcurlsshsink_SOURCES = gstcurlsshsink.c gstcurlsftpsink.c
|
||||
else
|
||||
gstcurlsshsink_SOURCES =
|
||||
endif
|
||||
|
||||
libgstcurl_la_SOURCES = gstcurl.c \
|
||||
gstcurlbasesink.c \
|
||||
gstcurltlssink.c \
|
||||
gstcurlhttpsink.c \
|
||||
gstcurlfilesink.c \
|
||||
gstcurlftpsink.c \
|
||||
$(gstcurlsshsink_SOURCES) \
|
||||
gstcurlsmtpsink.c \
|
||||
gstcurlhttpsrc.c \
|
||||
gstcurlqueue.c
|
||||
|
||||
libgstcurl_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(SSH2_CFLAGS) \
|
||||
$(CURL_CFLAGS)
|
||||
libgstcurl_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(WINSOCK2_LIBS) \
|
||||
$(SSH2_LIBS) \
|
||||
$(CURL_LIBS)
|
||||
libgstcurl_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstcurlbasesink.h \
|
||||
gstcurltlssink.h \
|
||||
gstcurlhttpsink.h \
|
||||
gstcurlfilesink.h \
|
||||
gstcurlftpsink.h \
|
||||
gstcurlsmtpsink.h \
|
||||
gstcurlsshsink.h \
|
||||
gstcurlsftpsink.h \
|
||||
gstcurlhttpsrc.h \
|
||||
curltask.h \
|
||||
gstcurldefaults.h \
|
||||
gstcurlqueue.h
|
|
@ -1,34 +0,0 @@
|
|||
|
||||
plugin_LTLIBRARIES = libgstdashdemux.la
|
||||
|
||||
libgstdashdemux_la_SOURCES = \
|
||||
gstmpdparser.c \
|
||||
gstdashdemux.c \
|
||||
gstplugin.c
|
||||
|
||||
# headers we need but don't want installed
|
||||
noinst_HEADERS = \
|
||||
gstmpdparser.h \
|
||||
gstdashdemux.h \
|
||||
gstdash_debug.h
|
||||
|
||||
# compiler and linker flags used to compile this plugin, set in configure.ac
|
||||
libgstdashdemux_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(GIO_CFLAGS) \
|
||||
$(LIBXML2_CFLAGS)
|
||||
libgstdashdemux_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-@GST_API_VERSION@.la \
|
||||
$(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la \
|
||||
$(top_builddir)/gst-libs/gst/isoff/libgstisoff-@GST_API_VERSION@.la \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgsttag-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_NET_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(GIO_LIBS) \
|
||||
$(LIBXML2_LIBS)
|
||||
libgstdashdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
plugin_LTLIBRARIES = \
|
||||
libgstdc1394.la
|
||||
|
||||
libgstdc1394_la_SOURCES = \
|
||||
gstdc1394src.c
|
||||
libgstdc1394_la_CFLAGS = \
|
||||
$(LIBDC1394_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS)
|
||||
libgstdc1394_la_LIBADD = \
|
||||
$(LIBDC1394_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS)
|
||||
libgstdc1394_la_LDFLAGS = \
|
||||
$(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstdc1394src.h
|
1
ext/directfb/.gitignore
vendored
1
ext/directfb/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
dfb-example
|
|
@ -1,18 +0,0 @@
|
|||
# directfb headers on debian will trigger redundant redeclaration warnings
|
||||
ERROR_CFLAGS=
|
||||
|
||||
plugin_LTLIBRARIES = libgstdfbvideosink.la
|
||||
|
||||
libgstdfbvideosink_la_SOURCES = dfbvideosink.c
|
||||
libgstdfbvideosink_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(DIRECTFB_CFLAGS)
|
||||
libgstdfbvideosink_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstvideo-$(GST_API_VERSION) \
|
||||
$(DIRECTFB_LIBS)
|
||||
libgstdfbvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = dfbvideosink.h
|
||||
|
||||
noinst_PROGRAMS = dfb-example
|
||||
dfb_example_CFLAGS = $(GST_CFLAGS) $(DIRECTFB_CFLAGS)
|
||||
dfb_example_LDADD = $(GST_LIBS) $(DIRECTFB_LIBS)
|
|
@ -1,34 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstdtls.la
|
||||
|
||||
libgstdtls_la_SOURCES = \
|
||||
plugin.c \
|
||||
gstdtlsdec.c \
|
||||
gstdtlsenc.c \
|
||||
gstdtlssrtpdemux.c \
|
||||
gstdtlssrtpbin.c \
|
||||
gstdtlssrtpdec.c \
|
||||
gstdtlssrtpenc.c \
|
||||
gstdtlsagent.c \
|
||||
gstdtlsconnection.c \
|
||||
gstdtlscertificate.c
|
||||
|
||||
libgstdtls_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(DTLS_CFLAGS)
|
||||
|
||||
libgstdtls_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(DTLS_LIBS) $(WINSOCK2_LIBS)
|
||||
libgstdtls_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstdtlsdec.h \
|
||||
gstdtlsenc.h \
|
||||
gstdtlssrtpdemux.h \
|
||||
gstdtlssrtpbin.h \
|
||||
gstdtlssrtpdec.h \
|
||||
gstdtlssrtpenc.h \
|
||||
gstdtlsagent.h \
|
||||
gstdtlsconnection.h \
|
||||
gstdtlscertificate.h
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstdtsdec.la
|
||||
|
||||
libgstdtsdec_la_SOURCES = gstdtsdec.c
|
||||
libgstdtsdec_la_CFLAGS = -DGST_USE_UNSTABLE_API \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(ORC_CFLAGS)
|
||||
libgstdtsdec_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) \
|
||||
-lgstaudio-@GST_API_VERSION@ \
|
||||
$(DTS_LIBS) $(ORC_LIBS)
|
||||
libgstdtsdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstdtsdec.h
|
|
@ -1,12 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstfaac.la
|
||||
|
||||
libgstfaac_la_SOURCES = gstfaac.c
|
||||
libgstfaac_la_CFLAGS = -DGST_USE_UNSTABLE_API \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) $(FAAC_CFLAGS)
|
||||
libgstfaac_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstaudio-@GST_API_VERSION@ -lgstpbutils-@GST_API_VERSION@ \
|
||||
$(GST_BASE_LIBS) $(FAAC_LIBS)
|
||||
libgstfaac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstfaac.h
|
|
@ -1,11 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstfaad.la
|
||||
|
||||
libgstfaad_la_SOURCES = gstfaad.c
|
||||
libgstfaad_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) $(GST_CFLAGS) $(FAAD_CFLAGS)
|
||||
libgstfaad_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) $(FAAD_LIBS) $(LIBM)
|
||||
libgstfaad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstfaad.h
|
|
@ -1,12 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstfdkaac.la
|
||||
|
||||
libgstfdkaac_la_SOURCES = plugin.c gstfdkaacenc.c gstfdkaacdec.c
|
||||
libgstfdkaac_la_CFLAGS = -DGST_USE_UNSTABLE_API \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) $(FDK_AAC_CFLAGS)
|
||||
libgstfdkaac_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstaudio-@GST_API_VERSION@ -lgstpbutils-@GST_API_VERSION@ \
|
||||
$(GST_BASE_LIBS) $(FDK_AAC_LIBS)
|
||||
libgstfdkaac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstfdkaacenc.h gstfdkaacdec.h
|
|
@ -1,16 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstflite.la
|
||||
|
||||
libgstflite_la_SOURCES = gstflite.c gstflitetestsrc.c
|
||||
libgstflite_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(FLITE_CFLAGS)
|
||||
libgstflite_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstaudio-@GST_API_VERSION@ \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(FLITE_LIBS)
|
||||
libgstflite_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
|
||||
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# plugindir is set in configure
|
||||
plugin_LTLIBRARIES =
|
||||
|
||||
if USE_FLUIDSYNTH
|
||||
plugin_LTLIBRARIES += libgstfluidsynthmidi.la
|
||||
|
||||
# sources used to compile this plug-in
|
||||
libgstfluidsynthmidi_la_SOURCES = gstfluiddec.c
|
||||
|
||||
# flags used to compile this plugin
|
||||
# add other _CFLAGS and _LIBS as needed
|
||||
libgstfluidsynthmidi_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) $(FLUIDSYNTH_CFLAGS)
|
||||
libgstfluidsynthmidi_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(FLUIDSYNTH_LIBS)
|
||||
libgstfluidsynthmidi_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_HEADERS = gstfluiddec.h
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstgme.la
|
||||
|
||||
libgstgme_la_SOURCES = gstgme.c
|
||||
|
||||
libgstgme_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GME_CFLAGS)
|
||||
libgstgme_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(GME_LIBS)
|
||||
libgstgme_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstgme.h
|
|
@ -1,14 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstgsm.la
|
||||
|
||||
libgstgsm_la_SOURCES = gstgsm.c gstgsmenc.c gstgsmdec.c
|
||||
libgstgsm_la_CFLAGS = \
|
||||
$(GST_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS)
|
||||
libgstgsm_la_LIBADD = \
|
||||
$(GSM_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
|
||||
$(GST_BASE_LIBS)
|
||||
libgstgsm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstgsmenc.h gstgsmdec.h
|
|
@ -1,28 +0,0 @@
|
|||
|
||||
plugin_LTLIBRARIES = libgsthls.la
|
||||
|
||||
libgsthls_la_SOURCES = \
|
||||
m3u8.c \
|
||||
gsthlsdemux.c \
|
||||
gsthlsdemux-util.c \
|
||||
gsthlsplugin.c \
|
||||
gsthlssink.c \
|
||||
gsthlssink2.c \
|
||||
gstm3u8playlist.c
|
||||
|
||||
libgsthls_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBGCRYPT_CFLAGS) $(NETTLE_CFLAGS) $(OPENSSL_CFLAGS)
|
||||
libgsthls_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-@GST_API_VERSION@.la \
|
||||
$(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstpbutils-$(GST_API_VERSION) -lgstvideo-$(GST_API_VERSION) -lgsttag-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) $(LIBGCRYPT_LIBS) $(NETTLE_LIBS) $(OPENSSL_LIBS)
|
||||
libgsthls_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -no-undefined
|
||||
|
||||
# headers we need but don't want installed
|
||||
noinst_HEADERS = \
|
||||
gsthls.h \
|
||||
gsthlsdemux.h \
|
||||
gsthlssink.h \
|
||||
gsthlssink2.h \
|
||||
gstm3u8playlist.h \
|
||||
m3u8.h
|
|
@ -1,24 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstiqa.la
|
||||
|
||||
libgstiqa_la_SOURCES = \
|
||||
iqa.c
|
||||
|
||||
libgstiqa_la_CFLAGS = \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
|
||||
libgstiqa_la_CFLAGS += $(DSSIM_CFLAGS)
|
||||
|
||||
libgstiqa_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||
|
||||
libgstiqa_la_LIBADD += $(DSSIM_LIBS)
|
||||
|
||||
libgstiqa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
iqa.h
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# plugindir is set in configure
|
||||
|
||||
plugin_LTLIBRARIES = libgstkate.la
|
||||
|
||||
# sources used to compile this plug-in
|
||||
libgstkate_la_SOURCES = gstkate.c gstkatedec.c gstkateenc.c gstkateparse.c gstkatetag.c gstkateutil.c gstkatespu.c
|
||||
#if USE_TIGER
|
||||
#libgstkate_la_SOURCES += gstkatetiger.c
|
||||
#endif
|
||||
|
||||
# flags used to compile this plugin
|
||||
libgstkate_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(TIGER_CFLAGS) $(KATE_CFLAGS)
|
||||
libgstkate_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) -lgsttag-$(GST_API_VERSION) $(GST_LIBS) $(TIGER_LIBS) $(KATE_LIBS)
|
||||
libgstkate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
# headers we need but don't want installed
|
||||
noinst_HEADERS = gstkate.h gstkatedec.h gstkateenc.h gstkateparse.h gstkatetag.h gstkateutil.h gstkatespu.h gstkatetiger.h
|
||||
|
||||
EXTRA_DIST=README
|
|
@ -1,32 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstladspa.la
|
||||
|
||||
libgstladspa_la_SOURCES = \
|
||||
gstladspautils.c \
|
||||
gstladspafilter.c \
|
||||
gstladspasource.c \
|
||||
gstladspasink.c \
|
||||
gstladspa.c
|
||||
libgstladspa_la_CFLAGS = \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(LRDF_CFLAGS) \
|
||||
$(GST_PLUGINS_BAD_CFLAGS)
|
||||
libgstladspa_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstaudio-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(LIBM) \
|
||||
$(LRDF_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(GMODULE_NO_EXPORT_LIBS)
|
||||
libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstladspautils.h \
|
||||
gstladspafilter.h \
|
||||
gstladspasource.h \
|
||||
gstladspasink.h \
|
||||
gstladspa.h
|
|
@ -1,14 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstde265.la
|
||||
|
||||
libgstde265_la_SOURCES = \
|
||||
gstlibde265.c \
|
||||
libde265-dec.c
|
||||
|
||||
libgstde265_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
||||
$(LIBDE265_CFLAGS)
|
||||
libgstde265_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) $(GST_BASE_LIBS) $(GST_LIBS) \
|
||||
$(LIBDE265_LIBS)
|
||||
libgstde265_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
libde265-dec.h
|
|
@ -1,9 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstmms.la
|
||||
|
||||
libgstmms_la_SOURCES = gstmms.c
|
||||
|
||||
libgstmms_la_CFLAGS = $(GST_CFLAGS) $(LIBMMS_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstmms_la_LIBADD = $(GST_LIBS) $(LIBMMS_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS)
|
||||
libgstmms_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstmms.h
|
|
@ -1,17 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstlv2.la
|
||||
|
||||
libgstlv2_la_SOURCES = gstlv2.c gstlv2utils.c gstlv2filter.c gstlv2source.c
|
||||
libgstlv2_la_CFLAGS = \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
$(GST_AUDIO_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) $(LILV_CFLAGS)
|
||||
libgstlv2_la_LIBADD = \
|
||||
$(GST_AUDIO_LIBS) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
|
||||
$(LIBM) $(LILV_LIBS)
|
||||
libgstlv2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstlv2.h gstlv2utils.h
|
|
@ -1,8 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstmodplug.la
|
||||
|
||||
libgstmodplug_la_SOURCES = gstmodplug.cc
|
||||
libgstmodplug_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(MODPLUG_CFLAGS)
|
||||
libgstmodplug_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(LIBM) $(MODPLUG_LIBS)
|
||||
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstmodplug.h
|
|
@ -1,22 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstmpeg2enc.la
|
||||
|
||||
libgstmpeg2enc_la_SOURCES = \
|
||||
gstmpeg2enc.cc \
|
||||
gstmpeg2encoptions.cc \
|
||||
gstmpeg2encoder.cc \
|
||||
gstmpeg2encstreamwriter.cc \
|
||||
gstmpeg2encpicturereader.cc
|
||||
|
||||
libgstmpeg2enc_la_CXXFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(MPEG2ENC_CFLAGS)
|
||||
libgstmpeg2enc_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ \
|
||||
$(GST_LIBS) $(MPEG2ENC_LIBS)
|
||||
libgstmpeg2enc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstmpeg2enc.hh \
|
||||
gstmpeg2encoder.hh \
|
||||
gstmpeg2encoptions.hh \
|
||||
gstmpeg2encstreamwriter.hh \
|
||||
gstmpeg2encpicturereader.hh
|
6
ext/mplex/.gitignore
vendored
6
ext/mplex/.gitignore
vendored
|
@ -1,6 +0,0 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
mplex
|
||||
.deps
|
||||
.libs
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstmplex.la
|
||||
|
||||
libgstmplex_la_SOURCES = \
|
||||
gstmplex.cc \
|
||||
gstmplexibitstream.cc \
|
||||
gstmplexjob.cc \
|
||||
gstmplexoutputstream.cc
|
||||
|
||||
libgstmplex_la_CXXFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(MPLEX_CFLAGS)
|
||||
libgstmplex_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
|
||||
$(GST_LIBS) $(MPLEX_LIBS)
|
||||
libgstmplex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MPLEX_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstmplex.hh \
|
||||
gstmplexibitstream.hh \
|
||||
gstmplexjob.hh \
|
||||
gstmplexoutputstream.hh
|
|
@ -1,12 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstmusepack.la
|
||||
|
||||
libgstmusepack_la_SOURCES = \
|
||||
gstmusepackdec.c \
|
||||
gstmusepackreader.c
|
||||
libgstmusepack_la_CFLAGS = $(MUSEPACK_CFLAGS) $(GST_CFLAGS)
|
||||
libgstmusepack_la_LIBADD = $(MUSEPACK_LIBS) $(GST_LIBS)
|
||||
libgstmusepack_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstmusepackdec.h \
|
||||
gstmusepackreader.h
|
|
@ -1,9 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstneonhttpsrc.la
|
||||
|
||||
libgstneonhttpsrc_la_SOURCES = gstneonhttpsrc.c
|
||||
|
||||
libgstneonhttpsrc_la_CFLAGS = $(GST_CFLAGS) $(NEON_CFLAGS)
|
||||
libgstneonhttpsrc_la_LIBADD = $(GST_BASE_LIBS) $(NEON_LIBS)
|
||||
libgstneonhttpsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstneonhttpsrc.h
|
|
@ -1,18 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstofa.la
|
||||
|
||||
libgstofa_la_SOURCES = gstofa.c
|
||||
|
||||
libgstofa_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(OFA_CFLAGS)
|
||||
|
||||
libgstofa_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstaudio-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(OFA_LIBS)
|
||||
|
||||
libgstofa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstofa.h
|
|
@ -1,14 +0,0 @@
|
|||
# Note: plugindir is set in configure
|
||||
|
||||
plugin_LTLIBRARIES = libgstopenal.la
|
||||
|
||||
# sources used to compile this plug-in
|
||||
libgstopenal_la_SOURCES = gstopenal.c gstopenalsink.c gstopenalsrc.c
|
||||
|
||||
# compiler and linker flags used to compile this plugin, set in configure.ac
|
||||
libgstopenal_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(OPENAL_CFLAGS) $(GST_PLUGINS_BAD_CFLAGS)
|
||||
libgstopenal_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) $(OPENAL_LIBS)
|
||||
libgstopenal_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
# headers we need but don't want installed
|
||||
noinst_HEADERS = gstopenalsink.h gstopenalsrc.h
|
|
@ -1,87 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstopencv.la
|
||||
|
||||
# sources used to compile this plug-in
|
||||
libgstopencv_la_SOURCES = gstopencv.cpp \
|
||||
gstcvdilate.cpp \
|
||||
gstcvdilateerode.cpp \
|
||||
gstcvequalizehist.cpp \
|
||||
gstcverode.cpp \
|
||||
gstcvlaplace.cpp \
|
||||
gstcvsmooth.cpp \
|
||||
gstcvsobel.cpp \
|
||||
gstedgedetect.cpp \
|
||||
gstfaceblur.cpp \
|
||||
gsthanddetect.cpp \
|
||||
gsttemplatematch.cpp \
|
||||
gsttextoverlay.cpp \
|
||||
gstmotioncells.cpp \
|
||||
gstskindetect.cpp \
|
||||
gstretinex.cpp \
|
||||
gstfacedetect.cpp \
|
||||
gstsegmentation.cpp \
|
||||
gstgrabcut.cpp \
|
||||
gstdisparity.cpp \
|
||||
motioncells_wrapper.cpp \
|
||||
MotionCells.cpp \
|
||||
gstdewarp.cpp \
|
||||
camerautils.cpp \
|
||||
cameraevent.cpp \
|
||||
gstcameracalibrate.cpp \
|
||||
gstcameraundistort.cpp
|
||||
|
||||
libgstopencv_la_CXXFLAGS = \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CXXFLAGS) $(OPENCV_CFLAGS) \
|
||||
-DGST_HAAR_CASCADES_DIR=\"$(pkgdatadir)/@GST_API_VERSION@/opencv_haarcascades\"
|
||||
|
||||
# flags used to compile this facedetect
|
||||
# add other _CFLAGS and _LIBS as needed
|
||||
#
|
||||
# override CV_INLINE: GLib will take care of defining 'inline' sufficiently and
|
||||
# OpenCV's define isn't good enough to avoid 'unused' gcc warnings (at v2.1.0)
|
||||
libgstopencv_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) $(OPENCV_CFLAGS) \
|
||||
-DCV_INLINE="static inline" \
|
||||
-DCV_NO_BACKWARD_COMPATIBILITY
|
||||
|
||||
libgstopencv_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/gst/opencv/libgstopencv-$(GST_API_VERSION).la \
|
||||
$(GST_LIBS) $(GST_BASE_LIBS) $(OPENCV_LIBS) \
|
||||
$(GSTPB_BASE_LIBS) -lgstvideo-$(GST_API_VERSION)
|
||||
|
||||
libgstopencv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
# headers we need but don't want installed
|
||||
noinst_HEADERS = \
|
||||
gstcvdilateerode.h \
|
||||
gstcvdilate.h \
|
||||
gstcvequalizehist.h \
|
||||
gstcverode.h \
|
||||
gstcvlaplace.h \
|
||||
gstcvsmooth.h \
|
||||
gstcvsobel.h \
|
||||
gstedgedetect.h \
|
||||
gstfaceblur.h \
|
||||
gstfacedetect.h \
|
||||
gsthanddetect.h \
|
||||
gsttemplatematch.h \
|
||||
gsttextoverlay.h \
|
||||
gstskindetect.h \
|
||||
gstretinex.h \
|
||||
gstsegmentation.h \
|
||||
gstgrabcut.h \
|
||||
gstdisparity.h \
|
||||
gstmotioncells.h \
|
||||
motioncells_wrapper.h \
|
||||
MotionCells.h \
|
||||
gstdewarp.h \
|
||||
camerautils.hpp \
|
||||
cameraevent.hpp \
|
||||
gstcameracalibrate.h \
|
||||
gstcameraundistort.h
|
||||
|
||||
opencv_haarcascadesdir = $(pkgdatadir)/$(GST_API_VERSION)/opencv_haarcascades
|
||||
opencv_haarcascades_DATA = fist.xml palm.xml
|
||||
|
||||
EXTRA_DIST = $(opencv_haarcascades_DATA)
|
|
@ -1,17 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstopenexr.la
|
||||
|
||||
libgstopenexr_la_SOURCES = gstopenexrdec.cpp gstopenexr.c
|
||||
libgstopenexr_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
||||
$(OPENEXR_CFLAGS)
|
||||
libgstopenexr_la_CXXFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CXXFLAGS) \
|
||||
$(OPENEXR_CFLAGS) -std=c++98
|
||||
libgstopenexr_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) $(OPENEXR_LIBS)
|
||||
libgstopenexr_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstopenexrdec.h \
|
||||
gstopenexr.h
|
|
@ -1,15 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstopenh264.la
|
||||
|
||||
libgstopenh264_la_SOURCES = \
|
||||
gstopenh264plugin.c \
|
||||
gstopenh264enc.cpp \
|
||||
gstopenh264dec.cpp
|
||||
|
||||
libgstopenh264_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(OPENH264_CFLAGS)
|
||||
libgstopenh264_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(OPENH264_CFLAGS)
|
||||
libgstopenh264_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-1.0 $(GST_LIBS) $(OPENH264_LIBS)
|
||||
libgstopenh264_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstopenh264dec.h \
|
||||
gstopenh264enc.h
|
|
@ -1,15 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstopenjpeg.la
|
||||
|
||||
libgstopenjpeg_la_SOURCES = gstopenjpegdec.c gstopenjpegenc.c gstopenjpeg.c
|
||||
libgstopenjpeg_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(OPENJPEG_CFLAGS)
|
||||
libgstopenjpeg_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$(GST_API_VERSION).la \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
|
||||
$(GST_LIBS) $(OPENJPEG_LIBS)
|
||||
libgstopenjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstopenjpegdec.h \
|
||||
gstopenjpegenc.h \
|
||||
gstopenjpeg.h
|
|
@ -1,17 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstopenmpt.la
|
||||
|
||||
libgstopenmpt_la_SOURCES = gstopenmptdec.c plugin.c
|
||||
|
||||
libgstopenmpt_la_CFLAGS = \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) $(OPENMPT_CFLAGS)
|
||||
libgstopenmpt_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstopenmpt_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/gst/audio/libgstbadaudio-$(GST_API_VERSION).la \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) $(OPENMPT_LIBS)
|
||||
libgstopenmpt_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||
|
||||
noinst_HEADERS = gstopenmptdec.h
|
|
@ -1,21 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstopenni2.la
|
||||
|
||||
# sources used to compile this plug-in
|
||||
libgstopenni2_la_SOURCES = gstopenni2.cpp \
|
||||
gstopenni2src.cpp
|
||||
|
||||
libgstopenni2_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CXXFLAGS) $(OPENNI2_CFLAGS)
|
||||
|
||||
# flags used to compile this facedetect
|
||||
# add other _CFLAGS and _LIBS as needed
|
||||
#
|
||||
libgstopenni2_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) $(OPENNI2_CFLAGS)
|
||||
|
||||
libgstopenni2_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(OPENNI2_LIBS) \
|
||||
$(GSTPB_BASE_LIBS) -lgstvideo-$(GST_API_VERSION)
|
||||
|
||||
libgstopenni2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
# headers we need but don't want installed
|
||||
noinst_HEADERS = gstopenni2src.h
|
|
@ -1,22 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstopusparse.la
|
||||
|
||||
libgstopusparse_la_SOURCES = gstopus.c gstopusparse.c gstopusheader.c
|
||||
libgstopusparse_la_CFLAGS = \
|
||||
-DGST_USE_UNSTABLE_API \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(OPUS_CFLAGS) \
|
||||
-Dgst_opus_header_is_header=gst_opus_bad_header_is_header \
|
||||
-Dgst_opus_header_is_id_header=gst_opus_bad_header_is_id_header \
|
||||
-Dgst_opus_header_is_comment_header=gst_opus_bad_header_is_comment_header
|
||||
libgstopusparse_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
|
||||
-lgsttag-$(GST_API_VERSION) \
|
||||
-lgstpbutils-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(OPUS_LIBS)
|
||||
libgstopusparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
|
||||
|
||||
noinst_HEADERS = gstopusparse.h gstopusheader.h
|
|
@ -1,36 +0,0 @@
|
|||
# plugindir is set in configure
|
||||
|
||||
plugin_LTLIBRARIES = libgstresindvd.la
|
||||
|
||||
libgstresindvd_la_SOURCES = \
|
||||
plugin.c \
|
||||
resindvdbin.c \
|
||||
resindvdsrc.c \
|
||||
rsndec.c \
|
||||
gstmpegdesc.c \
|
||||
gstmpegdemux.c \
|
||||
gstpesfilter.c \
|
||||
rsninputselector.c \
|
||||
rsnparsetter.c
|
||||
|
||||
libgstresindvd_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) $(DVDNAV_CFLAGS)
|
||||
libgstresindvd_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstvideo-$(GST_API_VERSION) -lgstpbutils-$(GST_API_VERSION) \
|
||||
-lgsttag-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) $(GMODULE_NO_EXPORT_LIBS) $(DVDNAV_LIBS)
|
||||
libgstresindvd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = resindvdbin.h \
|
||||
rsndec.h \
|
||||
rsninputselector.h \
|
||||
resindvdsrc.h \
|
||||
gstmpegdefs.h \
|
||||
gstmpegdesc.h \
|
||||
gstmpegdemux.h \
|
||||
gstpesfilter.h \
|
||||
rsnparsetter.h
|
||||
|
||||
EXTRA_DIST = resin-play resin-play2
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstrsvg.la
|
||||
|
||||
libgstrsvg_la_SOURCES = gstrsvg.c gstrsvgdec.c gstrsvgoverlay.c
|
||||
libgstrsvg_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(RSVG_CFLAGS)
|
||||
libgstrsvg_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(RSVG_LIBS)
|
||||
libgstrsvg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
|
||||
|
||||
noinst_HEADERS = gstrsvgdec.h gstrsvgoverlay.h
|
|
@ -1,8 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstrtmp.la
|
||||
|
||||
libgstrtmp_la_SOURCES = gstrtmpsrc.c gstrtmpsink.c gstrtmp.c
|
||||
|
||||
noinst_HEADERS = gstrtmpsrc.h gstrtmpsink.h
|
||||
libgstrtmp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(RTMP_CFLAGS)
|
||||
libgstrtmp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(RTMP_LIBS) $(WINSOCK2_LIBS)
|
||||
libgstrtmp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
@ -1,21 +0,0 @@
|
|||
|
||||
plugin_LTLIBRARIES = libgstsbc.la
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstsbcdec.h \
|
||||
gstsbcenc.h
|
||||
|
||||
libgstsbc_la_SOURCES = \
|
||||
gstsbcdec.c \
|
||||
gstsbcenc.c \
|
||||
sbc-plugin.c
|
||||
libgstsbc_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(SBC_CFLAGS)
|
||||
libgstsbc_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) \
|
||||
$(SBC_LIBS)
|
||||
libgstsbc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
@ -1,22 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstsctp.la
|
||||
|
||||
libgstsctp_la_SOURCES = \
|
||||
gstsctpplugin.c \
|
||||
sctpassociation.c \
|
||||
gstsctpenc.c \
|
||||
gstsctpdec.c
|
||||
|
||||
libgstsctp_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(USRSCTP_CFLAGS) \
|
||||
-I$(top_srcdir)/gst-libs
|
||||
|
||||
libgstsctp_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(USRSCTP_LIBS) $(top_builddir)/gst-libs/gst/sctp/libgstsctp-1.0.la
|
||||
libgstsctp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
sctpassociation.h \
|
||||
gstsctpenc.h \
|
||||
gstsctpdec.h
|
|
@ -1,22 +0,0 @@
|
|||
|
||||
plugin_LTLIBRARIES = libgstsmoothstreaming.la
|
||||
|
||||
libgstsmoothstreaming_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
||||
-DGST_USE_UNSTABLE_API $(LIBXML2_CFLAGS)
|
||||
libgstsmoothstreaming_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$(GST_API_VERSION).la \
|
||||
$(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la \
|
||||
$(top_builddir)/gst-libs/gst/isoff/libgstisoff-@GST_API_VERSION@.la \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgsttag-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) $(ZLIB_LIBS) $(LIBXML2_LIBS)
|
||||
libgstsmoothstreaming_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
||||
libgstsmoothstreaming_la_SOURCES = gstsmoothstreaming-plugin.c \
|
||||
gstmssdemux.c \
|
||||
gstmssfragmentparser.c \
|
||||
gstmssmanifest.c
|
||||
|
||||
noinst_HEADERS = gstmssdemux.h \
|
||||
gstmssfragmentparser.h \
|
||||
gstmssmanifest.h
|
|
@ -1,8 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstsndfile.la
|
||||
|
||||
libgstsndfile_la_SOURCES = gstsf.c gstsfdec.c
|
||||
libgstsndfile_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SNDFILE_CFLAGS)
|
||||
libgstsndfile_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(SNDFILE_LIBS)
|
||||
libgstsndfile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstsf.h gstsfdec.h
|
|
@ -1,13 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstsoundtouch.la
|
||||
|
||||
libgstsoundtouch_la_SOURCES = \
|
||||
plugin.c \
|
||||
gstpitch.cc \
|
||||
gstbpmdetect.cc
|
||||
|
||||
libgstsoundtouch_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SOUNDTOUCH_CFLAGS)
|
||||
libgstsoundtouch_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CXXFLAGS) $(SOUNDTOUCH_CFLAGS)
|
||||
libgstsoundtouch_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) $(GST_BASE_LIBS) $(GST_LIBS) $(SOUNDTOUCH_LIBS) $(LIBM)
|
||||
libgstsoundtouch_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstpitch.hh gstbpmdetect.hh
|
|
@ -1,9 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstspandsp.la
|
||||
|
||||
libgstspandsp_la_SOURCES = gstspandsp.c gstspanplc.c gstdtmfdetect.c gsttonegeneratesrc.c
|
||||
libgstspandsp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(SPANDSP_CFLAGS)
|
||||
libgstspandsp_la_LIBADD = $(SPANDSP_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstspandsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstspanplc.h gstdtmfdetect.h gsttonegeneratesrc.h
|
|
@ -1,44 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstsrt.la
|
||||
|
||||
libgstsrt_la_SOURCES = \
|
||||
gstsrt.c \
|
||||
gstsrtobject.c \
|
||||
gstsrtsink.c \
|
||||
gstsrtsrc.c \
|
||||
$(NULL)
|
||||
|
||||
libgstsrt_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(GIO_CFLAGS) \
|
||||
$(SRT_CFLAGS) \
|
||||
$(NULL)
|
||||
|
||||
libgstsrt_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(GIO_LIBS) \
|
||||
-lgstbase-1.0 \
|
||||
$(SRT_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
libgstsrt_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
glib_enum_headers=gstsrt-enums.h
|
||||
glib_enum_define=GST_SRT
|
||||
glib_gen_prefix=gst_srt
|
||||
glib_gen_basename=gstsrt
|
||||
|
||||
BUILT_SOURCES = gstsrt-enumtypes.c gstsrt-enumtypes.h
|
||||
nodist_libgstsrt_la_SOURCES = $(BUILT_SOURCES)
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstsrt-enums.h \
|
||||
gstsrtobject.h \
|
||||
gstsrtsink.h \
|
||||
gstsrtsrc.h \
|
||||
$(NULL)
|
||||
|
||||
include $(top_srcdir)/common/gst-glib-gen.mak
|
1
ext/srtp/.gitignore
vendored
1
ext/srtp/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
gstsrtp-enumtypes.[ch]
|
|
@ -1,30 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstsrtp.la
|
||||
|
||||
libgstsrtp_la_SOURCES = \
|
||||
gstsrtp.c \
|
||||
gstsrtp.h \
|
||||
gstsrtpdec.c \
|
||||
gstsrtpdec.h \
|
||||
gstsrtpenc.c \
|
||||
gstsrtpenc.h \
|
||||
gstsrtpenums.h \
|
||||
$(NULL)
|
||||
|
||||
libgstsrtp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(SRTP_CFLAGS)
|
||||
libgstsrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstrtp-@GST_API_VERSION@ \
|
||||
$(GST_LIBS) \
|
||||
$(SRTP_LIBS)
|
||||
libgstsrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
glib_enum_headers=gstsrtpenums.h
|
||||
glib_enum_define=GST_SRTP
|
||||
glib_gen_prefix=gst_srtp
|
||||
glib_gen_basename=gstsrtp
|
||||
|
||||
BUILT_SOURCES = gstsrtp-enumtypes.c gstsrtp-enumtypes.h
|
||||
nodist_libgstsrtp_la_SOURCES = $(BUILT_SOURCES)
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
include $(top_srcdir)/common/gst-glib-gen.mak
|
|
@ -1,9 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstteletext.la
|
||||
|
||||
libgstteletext_la_SOURCES = gstteletextdec.c
|
||||
|
||||
libgstteletext_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(TELETEXTDEC_CFLAGS)
|
||||
libgstteletext_la_LIBADD = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_LIBS) $(TELETEXTDEC_LIBS)
|
||||
libgstteletext_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstteletextdec.h
|
|
@ -1,37 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstttmlsubs.la
|
||||
|
||||
# sources used to compile this plug-in
|
||||
libgstttmlsubs_la_SOURCES = \
|
||||
subtitle.c \
|
||||
subtitlemeta.c \
|
||||
gstttmlparse.c \
|
||||
gstttmlparse.h \
|
||||
ttmlparse.c \
|
||||
ttmlparse.h \
|
||||
gstttmlrender.c \
|
||||
gstttmlplugin.c
|
||||
|
||||
# compiler and linker flags used to compile this plugin, set in configure.ac
|
||||
libgstttmlsubs_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(TTML_CFLAGS)
|
||||
|
||||
libgstttmlsubs_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstvideo-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(TTML_LIBS) \
|
||||
$(LIBM)
|
||||
|
||||
libgstttmlsubs_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
# headers we need but don't want installed
|
||||
noinst_HEADERS = \
|
||||
subtitle.h \
|
||||
subtitlemeta.h \
|
||||
gstttmlparse.h \
|
||||
ttmlparse.h \
|
||||
gstttmlrender.h
|
|
@ -1,26 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstvoaacenc.la
|
||||
|
||||
libgstvoaacenc_la_SOURCES = \
|
||||
gstvoaac.c \
|
||||
gstvoaacenc.c
|
||||
|
||||
libgstvoaacenc_la_CFLAGS = -DGST_USE_UNSTABLE_API \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(VOAACENC_CFLAGS)
|
||||
libgstvoaacenc_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstaudio-$(GST_API_VERSION) \
|
||||
-lgstpbutils-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(VOAACENC_LIBS)
|
||||
libgstvoaacenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstvoaacenc.h
|
||||
|
||||
presetdir = $(datadir)/gstreamer-$(GST_API_VERSION)/presets
|
||||
|
||||
EXTRA_DIST = $(preset_DATA)
|
|
@ -1,20 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstvoamrwbenc.la
|
||||
|
||||
libgstvoamrwbenc_la_SOURCES = \
|
||||
gstvoamrwb.c \
|
||||
gstvoamrwbenc.c
|
||||
|
||||
libgstvoamrwbenc_la_CFLAGS = -DGST_USE_UNSTABLE_API \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(VOAMRWBENC_CFLAGS)
|
||||
libgstvoamrwbenc_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstaudio-$(GST_API_VERSION) $(GST_BASE_LIBS) $(VOAMRWBENC_LIBS)
|
||||
libgstvoamrwbenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstvoamrwbenc.h
|
||||
|
||||
presetdir = $(datadir)/gstreamer-$(GST_API_VERSION)/presets
|
||||
preset_DATA = GstVoAmrwbEnc.prs
|
||||
|
||||
EXTRA_DIST = $(preset_DATA)
|
||||
|
2
ext/wayland/.gitignore
vendored
2
ext/wayland/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*-protocol.c
|
||||
*-client-protocol.h
|
|
@ -1,66 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstwaylandsink.la
|
||||
|
||||
BUILT_SOURCES = \
|
||||
viewporter-protocol.c \
|
||||
viewporter-client-protocol.h \
|
||||
linux-dmabuf-unstable-v1-protocol.c \
|
||||
linux-dmabuf-unstable-v1-client-protocol.h \
|
||||
fullscreen-shell-unstable-v1-protocol.c \
|
||||
fullscreen-shell-unstable-v1-client-protocol.h \
|
||||
xdg-shell-protocol.c \
|
||||
xdg-shell-client-protocol.h
|
||||
|
||||
libgstwaylandsink_la_SOURCES = \
|
||||
gstwaylandsink.c \
|
||||
wlshmallocator.c \
|
||||
wlbuffer.c \
|
||||
wldisplay.c \
|
||||
wlwindow.c \
|
||||
wlvideoformat.c \
|
||||
wllinuxdmabuf.c
|
||||
|
||||
nodist_libgstwaylandsink_la_SOURCES = \
|
||||
viewporter-protocol.c \
|
||||
linux-dmabuf-unstable-v1-protocol.c \
|
||||
fullscreen-shell-unstable-v1-protocol.c \
|
||||
xdg-shell-protocol.c
|
||||
|
||||
libgstwaylandsink_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(WAYLAND_CFLAGS)
|
||||
libgstwaylandsink_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/gst/wayland/libgstwayland-$(GST_API_VERSION).la \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstvideo-$(GST_API_VERSION) \
|
||||
-lgstallocators-$(GST_API_VERSION) \
|
||||
$(WAYLAND_LIBS)
|
||||
libgstwaylandsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstwaylandsink.h \
|
||||
wlshmallocator.h \
|
||||
wlbuffer.h \
|
||||
wldisplay.h \
|
||||
wlwindow.h \
|
||||
wlvideoformat.h \
|
||||
wllinuxdmabuf.h
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
.SECONDEXPANSION:
|
||||
|
||||
define protostability
|
||||
$(if $(findstring unstable,$1),unstable,stable)
|
||||
endef
|
||||
|
||||
define protoname
|
||||
$(shell echo $1 | sed 's/\([a-z\-]\+\)-[a-z]\+-v[0-9]\+/\1/')
|
||||
endef
|
||||
|
||||
%-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/$$(call protostability,$$*)/$$(call protoname,$$*)/$$*.xml
|
||||
$(AM_V_GEN)$(wayland_scanner) code < $< > $@
|
||||
|
||||
%-client-protocol.h : $(WAYLAND_PROTOCOLS_DATADIR)/$$(call protostability,$$*)/$$(call protoname,$$*)/$$*.xml
|
||||
$(AM_V_GEN)$(wayland_scanner) client-header < $< > $@
|
|
@ -1,16 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstwebp.la
|
||||
|
||||
noinst_HEADERS = gstwebpdec.h gstwebpenc.h
|
||||
|
||||
libgstwebp_la_SOURCES = gstwebp.c \
|
||||
gstwebpdec.c \
|
||||
gstwebpenc.c
|
||||
|
||||
libgstwebp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(WEBP_CFLAGS)
|
||||
libgstwebp_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstvideo-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(WEBP_LIBS)
|
||||
libgstwebp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
@ -1,59 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstwebrtc.la
|
||||
|
||||
noinst_HEADERS = \
|
||||
fwd.h \
|
||||
gstwebrtcbin.h \
|
||||
gstwebrtcice.h \
|
||||
gstwebrtcstats.h \
|
||||
icestream.h \
|
||||
nicetransport.h \
|
||||
sctptransport.h \
|
||||
transportstream.h \
|
||||
transportsendbin.h \
|
||||
transportreceivebin.h \
|
||||
utils.h \
|
||||
webrtcsdp.h \
|
||||
webrtcdatachannel.h \
|
||||
webrtctransceiver.h
|
||||
|
||||
libgstwebrtc_la_SOURCES = \
|
||||
gstwebrtc.c \
|
||||
gstwebrtcbin.c \
|
||||
gstwebrtcice.c \
|
||||
gstwebrtcstats.c \
|
||||
icestream.c \
|
||||
nicetransport.c \
|
||||
sctptransport.c \
|
||||
transportstream.c \
|
||||
transportsendbin.c \
|
||||
transportreceivebin.c \
|
||||
utils.c \
|
||||
webrtcsdp.c \
|
||||
webrtcdatachannel.c \
|
||||
webrtctransceiver.c
|
||||
|
||||
libgstwebrtc_la_SOURCES += $(BUILT_SOURCES)
|
||||
noinst_HEADERS += $(built_headers)
|
||||
|
||||
libgstwebrtc_la_CFLAGS = \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(GST_SDP_CFLAGS) \
|
||||
$(NICE_CFLAGS)
|
||||
libgstwebrtc_la_LIBADD = \
|
||||
-lgstapp-@GST_API_VERSION@ \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(GST_SDP_LIBS) \
|
||||
$(NICE_LIBS) \
|
||||
$(top_builddir)/gst-libs/gst/webrtc/libgstwebrtc-@GST_API_VERSION@.la \
|
||||
$(top_builddir)/gst-libs/gst/sctp/libgstsctp-@GST_API_VERSION@.la
|
||||
|
||||
libgstwebrtc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstwebrtc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||
|
||||
include $(top_srcdir)/common/gst-glib-gen.mak
|
|
@ -1,20 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstwebrtcdsp.la
|
||||
|
||||
libgstwebrtcdsp_la_SOURCES = gstwebrtcdsp.cpp gstwebrtcechoprobe.cpp
|
||||
libgstwebrtcdsp_la_CXXFLAGS = \
|
||||
-std=c++11 \
|
||||
$(GST_CXXFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
$(WEBRTCDSP_CFLAGS)
|
||||
libgstwebrtcdsp_la_LIBADD = \
|
||||
-lgstaudio-$(GST_API_VERSION) \
|
||||
$(top_builddir)/gst-libs/gst/audio/libgstbadaudio-$(GST_API_VERSION).la \
|
||||
$(GST_LIBS) $(GST_BASE_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(WEBRTCDSP_LIBS)
|
||||
libgstwebrtcdsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstwebrtcdsp.h gstwebrtcechoprobe.h
|
|
@ -1,25 +0,0 @@
|
|||
# plugindir is set in configure
|
||||
plugin_LTLIBRARIES =
|
||||
|
||||
if USE_WILDMIDI
|
||||
plugin_LTLIBRARIES += libgstwildmidi.la
|
||||
|
||||
# sources used to compile this plug-in
|
||||
libgstwildmidi_la_SOURCES = gstwildmididec.c
|
||||
|
||||
# flags used to compile this plugin
|
||||
# add other _CFLAGS and _LIBS as needed
|
||||
libgstwildmidi_la_CFLAGS = \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) $(WILDMIDI_CFLAGS)
|
||||
libgstwildmidi_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/gst/audio/libgstbadaudio-$(GST_API_VERSION).la \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
|
||||
$(GST_LIBS) $(GST_BASE_LIBS) $(WILDMIDI_LIBS)
|
||||
libgstwildmidi_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_HEADERS = gstwildmididec.h
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstwpe.la
|
||||
|
||||
# sources used to compile this plug-in
|
||||
libgstwpe_la_SOURCES = \
|
||||
gstwpesrc.cpp \
|
||||
WPEThreadedView.cpp
|
||||
|
||||
# compiler and linker flags used to compile this plugin, set in configure.ac
|
||||
libgstwpe_la_CXXFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_GL_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(WPE_CFLAGS)
|
||||
|
||||
libgstwpe_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstvideo-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_GL_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(WPE_LIBS)
|
||||
|
||||
libgstwpe_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
# headers we need but don't want installed
|
||||
noinst_HEADERS = \
|
||||
gstwpesrc.h \
|
||||
WPEThreadedView.h
|
|
@ -1,16 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstx265.la
|
||||
|
||||
libgstx265_la_SOURCES = gstx265enc.c
|
||||
libgstx265_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(X265_CFLAGS)
|
||||
libgstx265_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstvideo-$(GST_API_VERSION) \
|
||||
-lgstpbutils-$(GST_API_VERSION) \
|
||||
$(GST_LIBS) \
|
||||
$(X265_LIBS)
|
||||
libgstx265_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstx265enc.h
|
|
@ -1,10 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstzbar.la
|
||||
|
||||
libgstzbar_la_SOURCES = gstzbar.c
|
||||
|
||||
libgstzbar_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(ZBAR_CFLAGS)
|
||||
libgstzbar_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) $(ZBAR_LIBS)
|
||||
libgstzbar_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstzbar.h
|
||||
|
|
@ -1 +0,0 @@
|
|||
SUBDIRS = gst
|
|
@ -1,30 +0,0 @@
|
|||
if USE_WAYLAND
|
||||
WAYLAND_DIR=wayland
|
||||
endif
|
||||
|
||||
if USE_OPENCV
|
||||
OPENCV_DIR=opencv
|
||||
endif
|
||||
|
||||
SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc codecparsers \
|
||||
insertbin mpegts audio sctp player isoff webrtc $(WAYLAND_DIR) \
|
||||
$(OPENCV_DIR)
|
||||
|
||||
noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
|
||||
DIST_SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc \
|
||||
codecparsers insertbin mpegts wayland opencv audio player isoff sctp webrtc
|
||||
|
||||
adaptivedemux: uridownloader
|
||||
|
||||
INDEPENDENT_SUBDIRS = \
|
||||
interfaces basecamerabinsrc codecparsers insertbin uridownloader \
|
||||
mpegts player isoff sctp $(WAYLAND_DIR) $(OPENCV_DIR)
|
||||
|
||||
.PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)
|
||||
|
||||
independent-subdirs: $(INDEPENDENT_SUBDIRS)
|
||||
|
||||
$(INDEPENDENT_SUBDIRS):
|
||||
$(MAKE) -C $@
|
||||
|
||||
all-recursive: independent-subdirs
|
|
@ -1,23 +0,0 @@
|
|||
|
||||
lib_LTLIBRARIES = libgstadaptivedemux-@GST_API_VERSION@.la
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
libgstadaptivedemux_@GST_API_VERSION@_la_SOURCES = \
|
||||
gstadaptivedemux.c
|
||||
|
||||
libgstadaptivedemux_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/adaptivedemux
|
||||
|
||||
noinst_HEADERS = gstadaptivedemux.h adaptive-demux-prelude.h
|
||||
|
||||
libgstadaptivedemux_@GST_API_VERSION@_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
-DGST_USE_UNSTABLE_API \
|
||||
-DBUILDING_GST_ADAPTIVE_DEMUX \
|
||||
$(GST_CFLAGS)
|
||||
libgstadaptivedemux_@GST_API_VERSION@_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-$(GST_API_VERSION).la \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstapp-$(GST_API_VERSION) $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
|
||||
libgstadaptivedemux_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
|
@ -1,32 +0,0 @@
|
|||
# variables used for enum generation
|
||||
lib_LTLIBRARIES = libgstbadaudio-@GST_API_VERSION@.la
|
||||
|
||||
CLEANFILES =
|
||||
|
||||
libgstbadaudio_@GST_API_VERSION@_la_SOURCES = \
|
||||
gstnonstreamaudiodecoder.c \
|
||||
gstplanaraudioadapter.c
|
||||
|
||||
nodist_libgstbadaudio_@GST_API_VERSION@_la_SOURCES = $(BUILT_SOURCES)
|
||||
|
||||
libgstbadaudio_@GST_API_VERSION@_la_CFLAGS = \
|
||||
-DGST_USE_UNSTABLE_API \
|
||||
-DBUILDING_GST_AUDIO_BAD \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
$(GST_CFLAGS) $(ORC_CFLAGS) \
|
||||
$(GST_AUDIO_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS)
|
||||
|
||||
libgstbadaudio_@GST_API_VERSION@_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) $(GST_AUDIO_LIBS) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS) $(LIBM)
|
||||
|
||||
libgstbadaudio_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||
|
||||
libgstaudio_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/audio
|
||||
libgstaudio_@GST_API_VERSION@include_HEADERS = \
|
||||
gstnonstreamaudiodecoder.h \
|
||||
audio-bad-prelude.h \
|
||||
gstplanaraudioadapter.h
|
|
@ -1,27 +0,0 @@
|
|||
|
||||
lib_LTLIBRARIES = libgstbasecamerabinsrc-@GST_API_VERSION@.la
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
libgstbasecamerabinsrc_@GST_API_VERSION@_la_SOURCES = \
|
||||
gstcamerabin-enum.c \
|
||||
gstcamerabinpreview.c \
|
||||
gstbasecamerasrc.c
|
||||
|
||||
libgstbasecamerabinsrc_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/basecamerabinsrc
|
||||
libgstbasecamerabinsrc_@GST_API_VERSION@include_HEADERS = \
|
||||
basecamerabinsrc-prelude.h \
|
||||
gstcamerabin-enum.h \
|
||||
gstcamerabinpreview.h \
|
||||
gstbasecamerasrc.h
|
||||
|
||||
libgstbasecamerabinsrc_@GST_API_VERSION@_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
-DGST_USE_UNSTABLE_API \
|
||||
-DBUILDING_GST_BASE_CAMERA_BIN_SRC \
|
||||
$(GST_CFLAGS)
|
||||
libgstbasecamerabinsrc_@GST_API_VERSION@_la_LIBADD = \
|
||||
-lgstapp-$(GST_API_VERSION) $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
|
||||
libgstbasecamerabinsrc_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
|
@ -1,45 +0,0 @@
|
|||
lib_LTLIBRARIES = libgstcodecparsers-@GST_API_VERSION@.la
|
||||
|
||||
libgstcodecparsers_@GST_API_VERSION@_la_SOURCES = \
|
||||
gstmpegvideoparser.c gsth264parser.c gstvc1parser.c gstmpeg4parser.c \
|
||||
gsth265parser.c gstvp8parser.c gstvp8rangedecoder.c \
|
||||
parserutils.c nalutils.c dboolhuff.c vp8utils.c \
|
||||
gstjpegparser.c \
|
||||
gstmpegvideometa.c \
|
||||
gstjpeg2000sampling.c \
|
||||
gstvp9parser.c vp9utils.c
|
||||
|
||||
libgstcodecparsers_@GST_API_VERSION@includedir = \
|
||||
$(includedir)/gstreamer-@GST_API_VERSION@/gst/codecparsers
|
||||
|
||||
noinst_HEADERS = parserutils.h nalutils.h dboolhuff.h vp8utils.h vp9utils.h
|
||||
|
||||
libgstcodecparsers_@GST_API_VERSION@include_HEADERS = \
|
||||
gstmpegvideoparser.h gsth264parser.h gstvc1parser.h gstmpeg4parser.h \
|
||||
gsth265parser.h gstvp8parser.h gstvp8rangedecoder.h \
|
||||
codecparsers-prelude.h \
|
||||
gstjpegparser.h \
|
||||
gstmpegvideometa.h \
|
||||
gstjpeg2000sampling.h \
|
||||
gstvp9parser.h
|
||||
|
||||
libgstcodecparsers_@GST_API_VERSION@_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
-DGST_USE_UNSTABLE_API \
|
||||
-DBUILDING_GST_CODEC_PARSERS \
|
||||
$(GST_CFLAGS) \
|
||||
-Dvp8_norm=gst_codecparsers_vp8_norm \
|
||||
-Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode \
|
||||
-Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill
|
||||
|
||||
libgstcodecparsers_@GST_API_VERSION@_la_LIBADD = \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(LIBM)
|
||||
|
||||
libgstcodecparsers_@GST_API_VERSION@_la_LDFLAGS = \
|
||||
$(GST_LIB_LDFLAGS) \
|
||||
$(GST_ALL_LDFLAGS) \
|
||||
$(GST_LT_LDFLAGS)
|
||||
|
||||
EXTRA_DIST = dboolhuff.LICENSE dboolhuff.PATENTS dboolhuff.AUTHORS
|
|
@ -1,78 +0,0 @@
|
|||
lib_LTLIBRARIES = libgstinsertbin-@GST_API_VERSION@.la
|
||||
|
||||
libgstinsertbin_@GST_API_VERSION@_la_SOURCES = gstinsertbin.c
|
||||
|
||||
libgstinsertbin_@GST_API_VERSION@includedir = \
|
||||
$(includedir)/gstreamer-@GST_API_VERSION@/gst/insertbin
|
||||
|
||||
libgstinsertbin_@GST_API_VERSION@include_HEADERS = gstinsertbin.h
|
||||
|
||||
libgstinsertbin_@GST_API_VERSION@_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
-DBUILDING_GST_INSERT_BIN \
|
||||
$(GST_CFLAGS)
|
||||
|
||||
libgstinsertbin_@GST_API_VERSION@_la_LIBADD = \
|
||||
$(GST_LIBS)
|
||||
|
||||
libgstinsertbin_@GST_API_VERSION@_la_LDFLAGS = \
|
||||
$(GST_LIB_LDFLAGS) \
|
||||
$(GST_ALL_LDFLAGS) \
|
||||
$(GST_LT_LDFLAGS)
|
||||
|
||||
|
||||
if HAVE_INTROSPECTION
|
||||
BUILT_GIRSOURCES = GstInsertBin-@GST_API_VERSION@.gir
|
||||
|
||||
gir_headers=$(patsubst %,$(srcdir)/%, $(libgstinsertbin_@GST_API_VERSION@include_HEADERS))
|
||||
gir_headers+=$(patsubst %,$(builddir)/%, $(built_headers))
|
||||
gir_sources=$(patsubst %,$(srcdir)/%, $(libgstinsertbin_@GST_API_VERSION@_la_SOURCES))
|
||||
gir_sources+=$(patsubst %,$(builddir)/%, $(built_sources))
|
||||
|
||||
GstInsertBin-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstinsertbin-@GST_API_VERSION@.la
|
||||
$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" GI_SCANNER_DISABLE_CACHE=yes\
|
||||
GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \
|
||||
CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CC="$(CC)" PKG_CONFIG="$(PKG_CONFIG)" DLLTOOL="$(DLLTOOL)" \
|
||||
$(INTROSPECTION_SCANNER) -v --namespace GstInsertBin \
|
||||
--nsversion=@GST_API_VERSION@ \
|
||||
--identifier-prefix=Gst \
|
||||
--symbol-prefix=gst \
|
||||
--warn-all \
|
||||
--c-include "gst/insertbin/gstinsertbin.h" \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
--add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-@GST_API_VERSION@` \
|
||||
--add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-base-@GST_API_VERSION@` \
|
||||
--library=libgstinsertbin-@GST_API_VERSION@.la \
|
||||
--include=Gst-@GST_API_VERSION@ \
|
||||
--include=GstBase-@GST_API_VERSION@ \
|
||||
--libtool="${LIBTOOL}" \
|
||||
--pkg gstreamer-@GST_API_VERSION@ \
|
||||
--pkg gstreamer-base-@GST_API_VERSION@ \
|
||||
--pkg-export gstreamer-insertbin-@GST_API_VERSION@ \
|
||||
--add-init-section="$(INTROSPECTION_INIT)" \
|
||||
-DGST_USE_UNSTABLE_API \
|
||||
--output $@ \
|
||||
$(gir_headers) \
|
||||
$(gir_sources)
|
||||
|
||||
# INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR aren't the right place to
|
||||
# install anything - we need to install inside our prefix.
|
||||
girdir = $(datadir)/gir-1.0
|
||||
gir_DATA = $(BUILT_GIRSOURCES)
|
||||
|
||||
typelibsdir = $(libdir)/girepository-1.0/
|
||||
|
||||
typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
|
||||
|
||||
%.typelib: %.gir $(INTROSPECTION_COMPILER)
|
||||
$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
|
||||
$(INTROSPECTION_COMPILER) \
|
||||
--includedir=$(srcdir) \
|
||||
--includedir=$(builddir) \
|
||||
--includedir=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-@GST_API_VERSION@` \
|
||||
--includedir=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-base-@GST_API_VERSION@` \
|
||||
$(INTROSPECTION_COMPILER_OPTS) $< -o $(@F)
|
||||
|
||||
CLEANFILES = $(BUILT_GIRSOURCES) $(typelibs_DATA)
|
||||
endif
|
2
gst-libs/gst/interfaces/.gitignore
vendored
2
gst-libs/gst/interfaces/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
photography-enumtypes.c
|
||||
photography-enumtypes.h
|
|
@ -1,49 +0,0 @@
|
|||
lib_LTLIBRARIES = libgstphotography-@GST_API_VERSION@.la
|
||||
libgstphotographyincludedir = \
|
||||
$(includedir)/gstreamer-@GST_API_VERSION@/gst/interfaces
|
||||
|
||||
headers_photography = \
|
||||
photography.h
|
||||
|
||||
# variables used for enum/marshal generation
|
||||
glib_enum_headers=$(headers_photography)
|
||||
glib_enum_define=GST_PHOTOGRAPHY
|
||||
glib_gen_prefix=gst_photography
|
||||
glib_gen_basename=photography
|
||||
glib_gen_decl_banner=GST_PHOTOGRAPHY_API
|
||||
glib_gen_decl_include=\#include <gst/interfaces/photography-prelude.h>
|
||||
|
||||
built_sources = \
|
||||
photography-enumtypes.c
|
||||
|
||||
built_headers = \
|
||||
photography-enumtypes.h
|
||||
|
||||
libgstphotographyinclude_HEADERS = \
|
||||
photography-prelude.h \
|
||||
$(headers_photography)
|
||||
|
||||
nodist_libgstphotographyinclude_HEADERS = \
|
||||
photography-enumtypes.h
|
||||
|
||||
libgstphotography_@GST_API_VERSION@_la_SOURCES = \
|
||||
photography.c
|
||||
|
||||
nodist_libgstphotography_@GST_API_VERSION@_la_SOURCES = \
|
||||
$(built_sources)
|
||||
|
||||
libgstphotography_@GST_API_VERSION@_la_CFLAGS = \
|
||||
-DGST_USE_UNSTABLE_API \
|
||||
-DBUILDING_GST_PHOTOGRAPHY \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_CFLAGS)
|
||||
libgstphotography_@GST_API_VERSION@_la_LIBADD = $(GST_LIBS)
|
||||
libgstphotography_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||
|
||||
BUILT_SOURCES = \
|
||||
$(built_sources) \
|
||||
$(built_headers)
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
include $(top_srcdir)/common/gst-glib-gen.mak
|
|
@ -1,25 +0,0 @@
|
|||
lib_LTLIBRARIES = libgstisoff-@GST_API_VERSION@.la
|
||||
|
||||
libgstisoff_@GST_API_VERSION@_la_SOURCES = \
|
||||
gstisoff.c
|
||||
|
||||
libgstisoff_@GST_API_VERSION@includedir = \
|
||||
$(includedir)/gstreamer-@GST_API_VERSION@/gst/isoff
|
||||
|
||||
libgstisoff_@GST_API_VERSION@include_HEADERS = \
|
||||
gstisoff.h
|
||||
|
||||
libgstisoff_@GST_API_VERSION@_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
-DGST_USE_UNSTABLE_API \
|
||||
-DBUILDING_GST_ISOFF \
|
||||
$(GST_CFLAGS)
|
||||
|
||||
libgstisoff_@GST_API_VERSION@_la_LIBADD = \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS)
|
||||
|
||||
libgstisoff_@GST_API_VERSION@_la_LDFLAGS = \
|
||||
$(GST_LIB_LDFLAGS) \
|
||||
$(GST_ALL_LDFLAGS) \
|
||||
$(GST_LT_LDFLAGS)
|
2
gst-libs/gst/mpegts/.gitignore
vendored
2
gst-libs/gst/mpegts/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
gstmpegts-enumtypes.c
|
||||
gstmpegts-enumtypes.h
|
|
@ -1,117 +0,0 @@
|
|||
lib_LTLIBRARIES = libgstmpegts-@GST_API_VERSION@.la
|
||||
|
||||
libgstmpegts_@GST_API_VERSION@_la_SOURCES = \
|
||||
gstmpegtssection.c \
|
||||
gstmpegtsdescriptor.c \
|
||||
gst-dvb-descriptor.c \
|
||||
gst-dvb-section.c \
|
||||
gst-atsc-section.c
|
||||
|
||||
libgstmpegts_@GST_API_VERSION@includedir = \
|
||||
$(includedir)/gstreamer-@GST_API_VERSION@/gst/mpegts
|
||||
|
||||
noinst_HEADERS = gstmpegts-private.h
|
||||
|
||||
libgstmpegts_@GST_API_VERSION@include_HEADERS = \
|
||||
gstmpegtssection.h \
|
||||
gst-atsc-section.h \
|
||||
gst-dvb-section.h \
|
||||
gst-scte-section.h \
|
||||
gstmpegtsdescriptor.h \
|
||||
gst-dvb-descriptor.h \
|
||||
mpegts-prelude.h \
|
||||
mpegts.h
|
||||
|
||||
nodist_libgstmpegts_@GST_API_VERSION@include_HEADERS = \
|
||||
gstmpegts-enumtypes.h
|
||||
|
||||
libgstmpegts_@GST_API_VERSION@_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
-DGST_USE_UNSTABLE_API \
|
||||
-DBUILDING_GST_MPEGTS \
|
||||
$(GST_CFLAGS)
|
||||
|
||||
libgstmpegts_@GST_API_VERSION@_la_LIBADD = \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS)
|
||||
|
||||
libgstmpegts_@GST_API_VERSION@_la_LDFLAGS = \
|
||||
$(GST_LIB_LDFLAGS) \
|
||||
$(GST_ALL_LDFLAGS) \
|
||||
$(GST_LT_LDFLAGS)
|
||||
|
||||
glib_enum_headers=gstmpegtssection.h \
|
||||
gstmpegtsdescriptor.h \
|
||||
gst-atsc-section.h \
|
||||
gst-dvb-section.h \
|
||||
gst-scte-section.h \
|
||||
gst-dvb-descriptor.h
|
||||
|
||||
glib_enum_define=GST_MPEGTS
|
||||
glib_gen_prefix=gst_mpegts
|
||||
glib_gen_basename=gstmpegts
|
||||
glib_gen_decl_banner=GST_MPEGTS_API
|
||||
glib_gen_decl_include=\#include <gst/mpegts/mpegts-prelude.h>
|
||||
|
||||
BUILT_SOURCES = gstmpegts-enumtypes.c gstmpegts-enumtypes.h
|
||||
nodist_libgstmpegts_@GST_API_VERSION@_la_SOURCES = gstmpegts-enumtypes.c
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
if HAVE_INTROSPECTION
|
||||
BUILT_GIRSOURCES = GstMpegts-@GST_API_VERSION@.gir
|
||||
|
||||
gir_headers=$(patsubst %,$(srcdir)/%, $(libgstmpegts_@GST_API_VERSION@include_HEADERS))
|
||||
gir_headers+=$(patsubst %,$(builddir)/%, $(built_headers))
|
||||
gir_sources=$(patsubst %,$(srcdir)/%, $(libgstmpegts_@GST_API_VERSION@_la_SOURCES))
|
||||
gir_sources+=$(patsubst %,$(builddir)/%, $(built_sources))
|
||||
|
||||
GstMpegts-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstmpegts-@GST_API_VERSION@.la
|
||||
$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" GI_SCANNER_DISABLE_CACHE=yes\
|
||||
GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \
|
||||
CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CC="$(CC)" PKG_CONFIG="$(PKG_CONFIG)" DLLTOOL="$(DLLTOOL)" \
|
||||
$(INTROSPECTION_SCANNER) -v --namespace GstMpegts \
|
||||
--nsversion=@GST_API_VERSION@ \
|
||||
--identifier-prefix=GstMpegts \
|
||||
--symbol-prefix=gst_mpegts \
|
||||
--symbol-prefix=gst \
|
||||
--warn-all -v \
|
||||
--c-include "gst/mpegts/mpegts.h" \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
--add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-@GST_API_VERSION@` \
|
||||
--add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-video-@GST_API_VERSION@` \
|
||||
--library=libgstmpegts-@GST_API_VERSION@.la \
|
||||
--include=Gst-@GST_API_VERSION@ \
|
||||
--libtool="${LIBTOOL}" \
|
||||
--pkg gstreamer-@GST_API_VERSION@ \
|
||||
--pkg gstreamer-video-@GST_API_VERSION@ \
|
||||
--pkg-export gstreamer-mpegts-@GST_API_VERSION@ \
|
||||
--add-init-section="$(INTROSPECTION_INIT)" \
|
||||
-DGST_USE_UNSTABLE_API \
|
||||
--output $@ \
|
||||
$(gir_headers) \
|
||||
$(gir_sources)
|
||||
|
||||
# INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR aren't the right place to
|
||||
# install anything - we need to install inside our prefix.
|
||||
girdir = $(datadir)/gir-1.0
|
||||
gir_DATA = $(BUILT_GIRSOURCES)
|
||||
|
||||
typelibsdir = $(libdir)/girepository-1.0/
|
||||
|
||||
typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
|
||||
|
||||
%.typelib: %.gir $(INTROSPECTION_COMPILER)
|
||||
$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
|
||||
$(INTROSPECTION_COMPILER) \
|
||||
--includedir=$(srcdir) \
|
||||
--includedir=$(builddir) \
|
||||
--includedir=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-@GST_API_VERSION@` \
|
||||
--includedir=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-base-@GST_API_VERSION@` \
|
||||
$(INTROSPECTION_COMPILER_OPTS) $< -o $(@F)
|
||||
|
||||
CLEANFILES += $(BUILT_GIRSOURCES) $(typelibs_DATA)
|
||||
endif
|
||||
|
||||
include $(top_srcdir)/common/gst-glib-gen.mak
|
|
@ -1,24 +0,0 @@
|
|||
lib_LTLIBRARIES = libgstopencv-@GST_API_VERSION@.la
|
||||
|
||||
libgstopencv_@GST_API_VERSION@_la_SOURCES = \
|
||||
gstopencvutils.cpp \
|
||||
gstopencvvideofilter.cpp
|
||||
|
||||
libgstopencv_@GST_API_VERSION@_la_CXXFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CXXFLAGS) \
|
||||
-DBUILDING_GST_OPENCV \
|
||||
$(OPENCV_CFLAGS)
|
||||
|
||||
libgstopencv_@GST_API_VERSION@_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \
|
||||
$(OPENCV_LIBS) -lgstvideo-$(GST_API_VERSION)
|
||||
|
||||
libgstopencv_@GST_API_VERSION@_la_LDFLAGS = \
|
||||
$(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||
|
||||
libgstopencv_@GST_API_VERSION@includedir = \
|
||||
$(includedir)/gstreamer-@GST_API_VERSION@/gst/opencv
|
||||
libgstopencv_@GST_API_VERSION@include_HEADERS = \
|
||||
opencv-prelude.h \
|
||||
gstopencvutils.h \
|
||||
gstopencvvideofilter.h
|
|
@ -1,112 +0,0 @@
|
|||
lib_LTLIBRARIES = libgstplayer-@GST_API_VERSION@.la
|
||||
|
||||
libgstplayer_@GST_API_VERSION@_la_SOURCES = \
|
||||
gstplayer.c \
|
||||
gstplayer-signal-dispatcher.c \
|
||||
gstplayer-video-renderer.c \
|
||||
gstplayer-media-info.c \
|
||||
gstplayer-g-main-context-signal-dispatcher.c \
|
||||
gstplayer-video-overlay-video-renderer.c \
|
||||
gstplayer-visualization.c
|
||||
|
||||
libgstplayer_@GST_API_VERSION@_la_CFLAGS = \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
-DBUILDING_GST_PLAYER \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS)
|
||||
|
||||
libgstplayer_@GST_API_VERSION@_la_LDFLAGS = \
|
||||
$(GST_LIB_LDFLAGS) \
|
||||
$(GST_ALL_LDFLAGS) \
|
||||
$(GST_LT_LDFLAGS)
|
||||
|
||||
libgstplayer_@GST_API_VERSION@_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstvideo-$(GST_API_VERSION) \
|
||||
-lgstaudio-$(GST_API_VERSION) \
|
||||
-lgsttag-$(GST_API_VERSION) \
|
||||
-lgstpbutils-$(GST_API_VERSION) \
|
||||
$(GST_LIBS) \
|
||||
$(LIBM)
|
||||
|
||||
libgstplayerdir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/player
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstplayer-signal-dispatcher-private.h \
|
||||
gstplayer-video-renderer-private.h \
|
||||
gstplayer-media-info-private.h
|
||||
|
||||
libgstplayer_HEADERS = \
|
||||
player.h \
|
||||
player-prelude.h \
|
||||
gstplayer.h \
|
||||
gstplayer-types.h \
|
||||
gstplayer-signal-dispatcher.h \
|
||||
gstplayer-video-renderer.h \
|
||||
gstplayer-media-info.h \
|
||||
gstplayer-g-main-context-signal-dispatcher.h \
|
||||
gstplayer-video-overlay-video-renderer.h \
|
||||
gstplayer-visualization.h
|
||||
|
||||
CLEANFILES =
|
||||
|
||||
if HAVE_INTROSPECTION
|
||||
BUILT_GIRSOURCES = GstPlayer-@GST_API_VERSION@.gir
|
||||
|
||||
gir_headers=$(patsubst %,$(srcdir)/%, $(libgstplayer_HEADERS))
|
||||
gir_sources=$(patsubst %,$(srcdir)/%, $(libgstplayer_@GST_API_VERSION@_la_SOURCES))
|
||||
|
||||
GstPlayer-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstplayer-@GST_API_VERSION@.la
|
||||
$(AM_V_GEN)GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no GI_SCANNER_DISABLE_CACHE=yes \
|
||||
CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CC="$(CC)" PKG_CONFIG="$(PKG_CONFIG)" DLLTOOL="$(DLLTOOL)" \
|
||||
PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
|
||||
$(INTROSPECTION_SCANNER) -v --namespace GstPlayer \
|
||||
--nsversion=@GST_API_VERSION@ \
|
||||
--warn-all \
|
||||
--strip-prefix=Gst \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
--c-include "gst/player/player.h" \
|
||||
--add-include-path=$(top_builddir)/gst-libs \
|
||||
--add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-1.0` \
|
||||
--add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-base-1.0` \
|
||||
--add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-video-1.0` \
|
||||
--library-path=$(top_builddir)/gst-libs \
|
||||
--library=libgstplayer-@GST_API_VERSION@.la \
|
||||
--include=Gst-@GST_API_VERSION@ \
|
||||
--include=GstVideo-@GST_API_VERSION@ \
|
||||
--libtool="${LIBTOOL}" \
|
||||
--pkg gstreamer-@GST_API_VERSION@ \
|
||||
--pkg gstreamer-audio-@GST_API_VERSION@ \
|
||||
--pkg gstreamer-video-@GST_API_VERSION@ \
|
||||
--pkg gstreamer-tag-@GST_API_VERSION@ \
|
||||
--pkg gstreamer-pbutils-@GST_API_VERSION@ \
|
||||
--pkg-export gstreamer-player-@GST_API_VERSION@ \
|
||||
--add-init-section="$(INTROSPECTION_INIT)" \
|
||||
--output $@ \
|
||||
$(gir_headers) \
|
||||
$(gir_sources)
|
||||
|
||||
# INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR aren't the right place to
|
||||
# install anything - we need to install inside our prefix.
|
||||
girdir = $(datadir)/gir-1.0
|
||||
gir_DATA = $(BUILT_GIRSOURCES)
|
||||
|
||||
typelibsdir = $(libdir)/girepository-1.0/
|
||||
|
||||
typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
|
||||
|
||||
%.typelib: %.gir $(INTROSPECTION_COMPILER)
|
||||
$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
|
||||
$(INTROSPECTION_COMPILER) \
|
||||
--includedir=$(srcdir)/gst-libs \
|
||||
--includedir=$(builddir)/gst-libs \
|
||||
--includedir=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-1.0` \
|
||||
--includedir=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-base-1.0` \
|
||||
--includedir=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-video-1.0` \
|
||||
$(INTROSPECTION_COMPILER_OPTS) $< -o $(@F)
|
||||
|
||||
CLEANFILES += $(BUILT_GIRSOURCES) $(typelibs_DATA)
|
||||
endif
|
|
@ -1,26 +0,0 @@
|
|||
lib_LTLIBRARIES = libgstsctp-1.0.la
|
||||
|
||||
libgstsctp_1_0_la_SOURCES = \
|
||||
sctpsendmeta.c \
|
||||
sctpreceivemeta.c
|
||||
|
||||
libgstsctp_1_0_la_CFLAGS = \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
-DBUILDING_GST_SCTP \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS)
|
||||
|
||||
libgstsctp_1_0_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||
|
||||
libgstsctp_1_0_la_LDFLAGS = \
|
||||
$(GST_LIB_LDFLAGS) \
|
||||
$(GST_ALL_LDFLAGS) \
|
||||
$(GST_LT_LDFLAGS)
|
||||
|
||||
libgstsctp_1_0_includedir = $(includedir)/gstreamer-1.0/gst/sctp
|
||||
libgstsctp_1_0_include_HEADERS = \
|
||||
sctpsendmeta.h \
|
||||
sctpreceivemeta.h \
|
||||
sctp-prelude.h
|
|
@ -1,25 +0,0 @@
|
|||
lib_LTLIBRARIES = libgsturidownloader-@GST_API_VERSION@.la
|
||||
|
||||
libgsturidownloader_@GST_API_VERSION@_la_SOURCES = \
|
||||
gstfragment.c gsturidownloader.c
|
||||
|
||||
libgsturidownloader_@GST_API_VERSION@includedir = \
|
||||
$(includedir)/gstreamer-@GST_API_VERSION@/gst/uridownloader
|
||||
|
||||
libgsturidownloader_@GST_API_VERSION@include_HEADERS = \
|
||||
gstfragment.h gsturidownloader.h gsturidownloader_debug.h uridownloader-prelude.h
|
||||
|
||||
libgsturidownloader_@GST_API_VERSION@_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
-DGST_USE_UNSTABLE_API \
|
||||
-DBUILDING_GST_URI_DOWNLOADER \
|
||||
$(GST_CFLAGS)
|
||||
|
||||
libgsturidownloader_@GST_API_VERSION@_la_LIBADD = \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS)
|
||||
|
||||
libgsturidownloader_@GST_API_VERSION@_la_LDFLAGS = \
|
||||
$(GST_LIB_LDFLAGS) \
|
||||
$(GST_ALL_LDFLAGS) \
|
||||
$(GST_LT_LDFLAGS)
|
1
gst-libs/gst/vulkan/.gitignore
vendored
1
gst-libs/gst/vulkan/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
gstvkconfig.h
|
|
@ -1,28 +0,0 @@
|
|||
lib_LTLIBRARIES = libgstwayland-@GST_API_VERSION@.la
|
||||
|
||||
libgstwayland_@GST_API_VERSION@_la_SOURCES = wayland.c
|
||||
|
||||
libgstwayland_@GST_API_VERSION@includedir = \
|
||||
$(includedir)/gstreamer-@GST_API_VERSION@/gst/wayland
|
||||
|
||||
libgstwayland_@GST_API_VERSION@_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
-DBUILDING_GST_WAYLAND \
|
||||
$(WAYLAND_CFLAGS)
|
||||
|
||||
libgstwayland_@GST_API_VERSION@_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(WAYLAND_LIBS) \
|
||||
-lgstvideo-$(GST_API_VERSION)
|
||||
|
||||
libgstwayland_@GST_API_VERSION@_la_LDFLAGS = \
|
||||
$(GST_LIB_LDFLAGS) \
|
||||
$(GST_ALL_LDFLAGS) \
|
||||
$(GST_LT_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
wayland.h
|
||||
|
|
@ -1,111 +0,0 @@
|
|||
lib_LTLIBRARIES = libgstwebrtc-@GST_API_VERSION@.la
|
||||
|
||||
glib_enum_headers = dtlstransport.h icetransport.h rtptransceiver.h webrtc_fwd.h
|
||||
glib_enum_define = GST_WEBRTC
|
||||
glib_gen_prefix = gst_webrtc
|
||||
glib_gen_basename = webrtc
|
||||
glib_gen_decl_banner=GST_WEBRTC_API
|
||||
glib_gen_decl_include=\#include <gst/webrtc/webrtc_fwd.h>
|
||||
|
||||
built_sources = webrtc-enumtypes.c
|
||||
built_headers = webrtc-enumtypes.h
|
||||
BUILT_SOURCES = $(built_sources) $(built_headers)
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
libgstwebrtc_@GST_API_VERSION@_la_SOURCES = \
|
||||
dtlstransport.c \
|
||||
icetransport.c \
|
||||
rtcsessiondescription.c \
|
||||
rtpreceiver.c \
|
||||
rtpsender.c \
|
||||
rtptransceiver.c
|
||||
|
||||
nodist_libgstwebrtc_@GST_API_VERSION@_la_SOURCES = $(built_sources)
|
||||
|
||||
libgstwebrtc_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/webrtc
|
||||
libgstwebrtc_@GST_API_VERSION@include_HEADERS = \
|
||||
dtlstransport.h \
|
||||
icetransport.h \
|
||||
rtcsessiondescription.h \
|
||||
rtpreceiver.h \
|
||||
rtpsender.h \
|
||||
rtptransceiver.h \
|
||||
webrtc_fwd.h \
|
||||
webrtc.h
|
||||
|
||||
nodist_libgstwebrtc_@GST_API_VERSION@include_HEADERS = $(built_headers)
|
||||
|
||||
libgstwebrtc_@GST_API_VERSION@_la_CFLAGS = \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-DBUILDING_GST_WEBRTC \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(GST_SDP_CFLAGS)
|
||||
libgstwebrtc_@GST_API_VERSION@_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(GST_SDP_LIBS)
|
||||
libgstwebrtc_@GST_API_VERSION@_la_LDFLAGS = \
|
||||
$(GST_LIB_LDFLAGS) \
|
||||
$(GST_ALL_LDFLAGS) \
|
||||
$(GST_LT_LDFLAGS)
|
||||
|
||||
include $(top_srcdir)/common/gst-glib-gen.mak
|
||||
|
||||
if HAVE_INTROSPECTION
|
||||
BUILT_GIRSOURCES = GstWebRTC-@GST_API_VERSION@.gir
|
||||
|
||||
gir_headers=$(patsubst %,$(srcdir)/%, $(libgstwebrtc_@GST_API_VERSION@include_HEADERS))
|
||||
gir_sources=$(patsubst %,$(srcdir)/%, $(libgstwebrtc_@GST_API_VERSION@_la_SOURCES)) $(BUILT_SOURCES)
|
||||
|
||||
GstWebRTC-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstwebrtc-@GST_API_VERSION@.la
|
||||
$(AM_V_GEN)GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no GI_SCANNER_DISABLE_CACHE=yes \
|
||||
CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CC="$(CC)" PKG_CONFIG="$(PKG_CONFIG)" DLLTOOL="$(DLLTOOL)" \
|
||||
PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
|
||||
$(INTROSPECTION_SCANNER) -v --namespace GstWebRTC \
|
||||
--nsversion=@GST_API_VERSION@ \
|
||||
--warn-all \
|
||||
--strip-prefix=Gst \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
--c-include "gst/webrtc/webrtc.h" \
|
||||
--add-include-path=$(top_builddir)/gst-libs \
|
||||
--add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-1.0` \
|
||||
--add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-sdp-1.0` \
|
||||
--library-path=$(top_builddir)/gst-libs \
|
||||
--library=libgstwebrtc-@GST_API_VERSION@.la \
|
||||
--include=Gst-@GST_API_VERSION@ \
|
||||
--include=GstSdp-@GST_API_VERSION@ \
|
||||
--libtool="${LIBTOOL}" \
|
||||
--pkg gstreamer-@GST_API_VERSION@ \
|
||||
--pkg gstreamer-sdp-@GST_API_VERSION@ \
|
||||
--pkg-export gstreamer-webrtc-@GST_API_VERSION@ \
|
||||
--add-init-section="$(INTROSPECTION_INIT)" \
|
||||
-DGST_USE_UNSTABLE_API \
|
||||
--output $@ \
|
||||
$(gir_headers) \
|
||||
$(gir_sources)
|
||||
|
||||
# INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR aren't the right place to
|
||||
# install anything - we need to install inside our prefix.
|
||||
girdir = $(datadir)/gir-1.0
|
||||
gir_DATA = $(BUILT_GIRSOURCES)
|
||||
|
||||
typelibsdir = $(libdir)/girepository-1.0/
|
||||
|
||||
typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
|
||||
|
||||
%.typelib: %.gir $(INTROSPECTION_COMPILER)
|
||||
$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
|
||||
$(INTROSPECTION_COMPILER) \
|
||||
--includedir=$(srcdir)/gst-libs \
|
||||
--includedir=$(builddir)/gst-libs \
|
||||
--includedir=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-1.0` \
|
||||
--includedir=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-sdp-1.0` \
|
||||
$(INTROSPECTION_COMPILER_OPTS) $< -o $(@F)
|
||||
|
||||
CLEANFILES += $(BUILT_GIRSOURCES) $(typelibs_DATA)
|
||||
endif
|
|
@ -1,4 +0,0 @@
|
|||
SUBDIRS = $(GST_PLUGINS_SELECTED)
|
||||
DIST_SUBDIRS = $(GST_PLUGINS_ALL)
|
||||
|
||||
include $(top_srcdir)/common/parallel-subdirs.mak
|
|
@ -1,14 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstaccurip.la
|
||||
|
||||
libgstaccurip_la_SOURCES = gstaccurip.c gstaccurip.h
|
||||
|
||||
libgstaccurip_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
||||
$(ACCURIP_CFLAGS)
|
||||
libgstaccurip_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) \
|
||||
$(ACCURIP_LIBS)
|
||||
libgstaccurip_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstaccurip.h
|
|
@ -1,12 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstadpcmdec.la
|
||||
|
||||
# sources used to compile this plug-in
|
||||
libgstadpcmdec_la_SOURCES = adpcmdec.c
|
||||
|
||||
# flags used to compile this plugin
|
||||
# add other _CFLAGS and _LIBS as needed
|
||||
libgstadpcmdec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstadpcmdec_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstadpcmdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue