diff options
| author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-07-20 07:41:58 +0000 |
|---|---|---|
| committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-07-20 07:41:58 +0000 |
| commit | 546bc7dbc12b3c369a31b74171c51d9b0f2254eb (patch) | |
| tree | b0179cc0f95b42b7ad3dae9ea9ca3b65bd781f0f /ChangeLog | |
| parent | c1254d31e9cc1f050d847b8bf329a8dea5c80758 (diff) | |
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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2007-07-20 Stefan Kost <ensonic@users.sf.net> + + * 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 + 2007-07-18 Stefan Kost <ensonic@users.sf.net> * sys/v4l2/gstv4l2src.c: |
