From 81717e11be8210ab758989639c34824bdcf2a33a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 2 Aug 2008 17:39:13 +0000 Subject: Add TwoLAME MP2 encoding element, based on the LAME element. Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/twolame/Makefile.am: * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type), (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type), (gst_two_lame_release_memory), (gst_two_lame_finalize), (gst_two_lame_base_init), (gst_two_lame_class_init), (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps), (gst_two_lame_init), (gst_two_lame_set_property), (gst_two_lame_get_property), (gst_two_lame_sink_event), (gst_two_lame_chain), (gst_two_lame_setup), (gst_two_lame_change_state), (gst_two_lame_get_default_settings), (plugin_init): * ext/twolame/gsttwolame.h: Add TwoLAME MP2 encoding element, based on the LAME element. --- ext/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index fdb3c6d5..9283086c 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -222,6 +222,12 @@ TIMIDITY_DIR= endif endif +if USE_TWOLAME +TWOLAME_DIR=twolame +else +TWOLAME_DIR= +endif + # if USE_POLYP # POLYP_DIR=polyp # else @@ -347,6 +353,7 @@ SUBDIRS=\ $(TARKIN_DIR) \ $(THEORA_DIR) \ $(TIMIDITY_DIR) \ + $(TWOLAME_DIR) \ $(X264_DIR) \ $(XINE_DIR) \ $(XVID_DIR) -- cgit v1.2.1