ChangeSet ID: 1023213227210348215493472 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/06/04 12:53:47
Modified files: . : configure configure.ac dlls : Makefile.in Added files: dlls/msacm/winemp3: .cvsignore Makefile.in common.c dct64_i386.c decode_i386.c huffman.h interface.c l2tables.h layer1.c layer2.c layer3.c mpegl3.c mpg123.h mpglib.h tabinit.c winemp3.acm.spec
Log message: Eric Pouech eric.pouech@wanadoo.fr Implemented a MP3 decoder (based on mpglib).
Patch: http://cvs.winehq.com/patch.py?id=1023213227210348215493472
Revision Changes Path 1.304 +2 -1 wine/configure 1.47 +1 -0 wine/configure.ac 1.136 +8 -1 wine/dlls/Makefile.in 1.1 +0 -0 wine/dlls/msacm/winemp3/.cvsignore 1.1 +0 -0 wine/dlls/msacm/winemp3/Makefile.in 1.1 +0 -0 wine/dlls/msacm/winemp3/common.c 1.1 +0 -0 wine/dlls/msacm/winemp3/dct64_i386.c 1.1 +0 -0 wine/dlls/msacm/winemp3/decode_i386.c 1.1 +0 -0 wine/dlls/msacm/winemp3/huffman.h 1.1 +0 -0 wine/dlls/msacm/winemp3/interface.c 1.1 +0 -0 wine/dlls/msacm/winemp3/l2tables.h 1.1 +0 -0 wine/dlls/msacm/winemp3/layer1.c 1.1 +0 -0 wine/dlls/msacm/winemp3/layer2.c 1.1 +0 -0 wine/dlls/msacm/winemp3/layer3.c 1.1 +0 -0 wine/dlls/msacm/winemp3/mpegl3.c 1.1 +0 -0 wine/dlls/msacm/winemp3/mpg123.h 1.1 +0 -0 wine/dlls/msacm/winemp3/mpglib.h 1.1 +0 -0 wine/dlls/msacm/winemp3/tabinit.c 1.1 +0 -0 wine/dlls/msacm/winemp3/winemp3.acm.spec