From f6ba2d4db2504027cbde7bf5dc15c2edcf95b5d4 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 7 Feb 2000 19:04:33 +0000 Subject: [PATCH] Added compiler optimistaion flags to mpg123. reverted to old WRITE_SAMPLE which was much faster. Original commit message from CVS: Added compiler optimistaion flags to mpg123. reverted to old WRITE_SAMPLE which was much faster. Added mpeg_play, the MPEG1 video player. It does not work yet. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index d715296329..032e84f835 100644 --- a/configure.in +++ b/configure.in @@ -297,6 +297,7 @@ plugins/mpeg2/parse/Makefile plugins/mpeg2/ac3parse/Makefile plugins/mpeg2/ac3dec/Makefile plugins/mpeg1/Makefile +plugins/mpeg1/mpeg_play/Makefile plugins/mpeg1/parse/Makefile plugins/effects/Makefile plugins/effects/stereo/Makefile