mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
ext/annodex/Makefile.am: Fix CFLAGS/LIBS.
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
This commit is contained in:
parent
d1e3a616ca
commit
6bcf494da0
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@
|
|||
#include "gst/gst-i18n-plugin.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue