diff 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
line wrap: on
line diff
--- a/decoders/mpglib/Makefile.am	Mon Mar 25 20:51:32 2002 +0000
+++ b/decoders/mpglib/Makefile.am	Mon Mar 25 20:52:06 2002 +0000
@@ -5,7 +5,7 @@
 
 if USE_MPGLIB
 libmpglib_la_SOURCES =	\
-	common.c            \
+	mpglib_common.c     \
 	huffman.h           \
 	layer1.c            \
 	tabinit.c           \