From 51ebd13654aa40d1f1c3c976842b855be10dd3ac Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Mon, 28 Aug 2006 18:53:10 +0000 Subject: ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there was a typo in the define Originally committed as revision 6119 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/tta.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/tta.c') diff --git a/libavformat/tta.c b/libavformat/tta.c index 7a54ec2b58..07cf75c86a 100644 --- a/libavformat/tta.c +++ b/libavformat/tta.c @@ -17,7 +17,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" -#define ALT_BITSREAM_READER_LE #include "bitstream.h" typedef struct { -- cgit v1.2.3