diff options
author | Jeremy Simon <jsimon13@yahoo.fr> | 2003-05-19 18:36:53 +0000 |
---|---|---|
committer | Jeremy Simon <jsimon13@yahoo.fr> | 2003-05-19 18:36:53 +0000 |
commit | 97a0ea7fe6d5e896b3c08adb2e4a6fb2c416e7fb (patch) | |
tree | f0f176a37abb1289e76fea6a81626e1153c69533 | |
parent | 8e3c67b6df520625e20d1faebd4c6015525aed0e (diff) |
update libflac check
Original commit message from CVS:
update libflac check
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/common b/common -Subproject 5cca5ddc23e23658e8287f7c2fbc4aebddaf3e1 +Subproject 54aa761f9d486bca3ee35029a110386a144340c diff --git a/configure.ac b/configure.ac index 90852b79..43a2104a 100644 --- a/configure.ac +++ b/configure.ac @@ -588,7 +588,7 @@ dnl]) dnl *** FLAC *** translit(dnm, m, l) AM_CONDITIONAL(USE_FLAC, true) GST_CHECK_FEATURE(FLAC, [FLAC lossless audio], flacenc flacdec, [ - GST_CHECK_LIBHEADER(FLAC, FLAC, FLAC__stream_decoder_new, -lm, FLAC/all.h, FLAC_LIBS="-lFLAC") + GST_CHECK_LIBHEADER(FLAC, FLAC, FLAC__seekable_stream_encoder_new, -lm, FLAC/all.h, FLAC_LIBS="-lFLAC") AC_SUBST(FLAC_LIBS) ]) @@ -1152,6 +1152,7 @@ sys/v4l2/Makefile sys/vcd/Makefile sys/vga/Makefile sys/xvideo/Makefile +sys/x11/Makefile ext/Makefile ext/a52dec/Makefile ext/aalib/Makefile |