Mercurial > SDL_sound_CoreAudio
comparison decoders/mpglib/Makefile.am @ 299:7b1df7526915
Patches for Visual C compatibility.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 25 Mar 2002 20:52:06 +0000 |
parents | 7507d2c15281 |
children | 7a5ea0018285 |
comparison
equal
deleted
inserted
replaced
298:c92c07e07636 | 299:7b1df7526915 |
---|---|
3 INCLUDES = -I$(top_srcdir) | 3 INCLUDES = -I$(top_srcdir) |
4 libmpglib_la_CFLAGS = -DLAYER1 -DLAYER2 -DLAYER3 | 4 libmpglib_la_CFLAGS = -DLAYER1 -DLAYER2 -DLAYER3 |
5 | 5 |
6 if USE_MPGLIB | 6 if USE_MPGLIB |
7 libmpglib_la_SOURCES = \ | 7 libmpglib_la_SOURCES = \ |
8 common.c \ | 8 mpglib_common.c \ |
9 huffman.h \ | 9 huffman.h \ |
10 layer1.c \ | 10 layer1.c \ |
11 tabinit.c \ | 11 tabinit.c \ |
12 dct64_i386.c \ | 12 dct64_i386.c \ |
13 interface.c \ | 13 interface.c \ |