From 5f49e9537001d33eced0b7989f735dd8947bf319 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 22 Aug 2005 11:20:18 +0000 Subject: Port flacdec (seeking is still slow'ish). Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/flac/Makefile.am: * ext/flac/gstflac.c: (plugin_init): * ext/flac/gstflacdec.c: (flacdec_get_type), (gst_flacdec_init), (gst_flacdec_update_metadata), (gst_flacdec_seek), (gst_flacdec_tell), (gst_flacdec_length), (gst_flacdec_read), (gst_flacdec_write), (gst_flacdec_loop), (gst_flacdec_get_src_query_types), (gst_flacdec_src_query), (gst_flacdec_src_event), (gst_flacdec_sink_activate), (gst_flacdec_sink_activate_pull), (gst_flacdec_change_state): * ext/flac/gstflacdec.h: Port flacdec (seeking is still slow'ish). --- ext/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 4fb0317a..7f1ea76a 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -118,11 +118,11 @@ endif ## FESTIVAL_DIR= ## endif -# if USE_FLAC -# FLAC_DIR=flac -# else +if USE_FLAC +FLAC_DIR=flac +else FLAC_DIR= -# endif +endif if USE_GCONF GCONF_DIR=gconf @@ -451,6 +451,7 @@ DIST_SUBDIRS=\ dv \ amrnb \ faad \ + flac \ mpeg2dec \ jpeg \ libpng \ -- cgit