lib_LTLIBRARIES = libmpeg3.la libdir = @PLUGINS_DIR@/@VIDEO_CODEC_PLUGIN_DIR@ libmpeg3_la_LDFLAGS = -module -avoid-version libmpeg3_la_LIBADD = -L@LIBXMPS_DIR@ -lxmps libmpeg3_la_SOURCES = \ debug.h \ debug.c \ header.h \ header.c \ idct.h \ idct.c \ idct_mlib.h \ idct_mlib.c \ mmx.h \ idct_mmx.h \ idct_mmx.c \ motion_comp.h \ motion_comp.c \ motion_comp_mlib.c \ motion_comp_mmx.c \ mpeg2.h \ mpeg2_internal.h \ slice.h \ slice.c \ stats.h \ stats.c \ vlc.h \ sse.h \ decode.c \ mpeg2_codec.h \ mpeg2_codec.c INCLUDES = @CFLAGS@ -DVERSION=\"@VERSION@\" -DPACKAGE=\"@PACKAGE@\" \ -I$(includedir) -I$(top_srcdir)/src -I$(top_srcdir)/libxmps\ -I$(top_srcdir)/intl -I../../src -I../../libxmps -Wall -DHAVE_MMX -DHAVE_2Dnow -DARCH_X86