This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gstreamer
Watch
1
Star
1
Fork
You've already forked gstreamer
0
mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced
2024-11-13 12:51:16 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
4498441679
gstreamer
/
tests
/
muxing
/
Makefile.am
5 lines
72 B
Makefile
Raw
Normal View
History
Unescape
Escape
Added a muxing test case. Original commit message from CVS: Added a muxing test case.
2001-07-11 19:26:22 +00:00
noinst_PROGRAMS
=
case1
- use GST_CFLAGS only Original commit message from CVS: - use GST_CFLAGS only - use AM_CFLAGS instead of CFLAGS so user cflags are not overwritten - use LDADD instead of LIBS (by analogy for <program>_LDADD, look for example in tools/Makefile.am) - kill me if it is wrong
2001-12-16 18:49:35 +00:00
LDADD
=
$(
GST_LIBS
)
AM_CFLAGS
=
$(
GST_CFLAGS
)
Reference in a new issue
Copy permalink