mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
546bc7dbc1
Original commit message from CVS: * ext/annodex/Makefile.am: Fix CFLAGS/LIBS. * ext/cdio/gstcdiocddasrc.c: * ext/libpng/gstpngdec.c: (gst_pngdec_task): Include stdlib * ext/cairo/Makefile.am: * gst/videofilter/Makefile.am: * tests/examples/level/Makefile.am: Use $(LIBM) instead of -lm
4 lines
112 B
Makefile
4 lines
112 B
Makefile
noinst_PROGRAMS = level-example
|
|
level_example_CFLAGS = $(GST_CFLAGS)
|
|
level_example_LDADD = $(GST_LIBS) $(LIBM)
|
|
|