--- Makefile.am +++ Makefile.am @@ -25,26 +25,7 @@ libsmpeg_la_SOURCES = \ audio/mpeglayer2.cpp \ audio/mpeglayer3.cpp \ audio/mpegtable.cpp \ - audio/mpegtoraw.cpp \ - video/MPEGvideo.cpp \ - video/decoders.cpp \ - video/decoders.h \ - video/dither.h \ - video/floatdct.cpp \ - video/gdith.cpp \ - video/jrevdct.cpp \ - video/motionvec.cpp \ - video/parseblock.cpp \ - video/proto.h \ - video/readfile.cpp \ - video/util.cpp \ - video/util.h \ - video/video.cpp \ - video/video.h \ - video/vhar128.cpp \ - video/vhar128.h \ - video/mmxflags_asm.S \ - video/mmxidct_asm.S + audio/mpegtoraw.cpp libsmpegincludedir = $(includedir)/smpeg libsmpeginclude_HEADERS = \ @@ -57,7 +38,6 @@ libsmpeginclude_HEADERS = \ MPEGlist.h \ MPEGstream.h \ MPEGsystem.h \ - MPEGvideo.h \ smpeg.h libsmpeg_la_LDFLAGS = \ @@ -70,8 +50,6 @@ EXTRA_DIST = \ TODO \ README \ README.SDL_mixer \ - plaympeg.1 \ - gtv.1 \ VisualC.zip \ smpeg.m4 \ smpeg.spec \ @@ -82,41 +60,26 @@ EXTRA_DIST = \ audio/AUTHORS \ audio/COPYING.LIB \ audio/README \ - audio/README.LIB \ - video/README \ - video/COPYRIGHT + audio/README.LIB -video/16bit_mmx.lo: video/16bit_mmx.cpp - $(CXX) -c -o $@ $^ $(CXXFLAGS) -video/32bit_mmx.lo: video/32bit_mmx.cpp - $(CXX) -c -o $@ $^ $(CXXFLAGS) - # Sample MPEG players -if HAVE_GTK -GTK_PLAYER = gtv -else GTK_PLAYER = -endif -if HAVE_OPENGL -OPENGL_PLAYER = glmovie -else OPENGL_PLAYER = -endif -bin_PROGRAMS = plaympeg $(GTK_PLAYER) $(OPENGL_PLAYER) +bin_PROGRAMS = # Sources for plaympeg -man_MANS = plaympeg.1 gtv.1 -plaympeg_SOURCES = plaympeg.c -plaympeg_LDADD = libsmpeg.la +man_MANS = +plaympeg_SOURCES = +plaympeg_LDADD = # Sources for gtv -gtv_SOURCES = gtv.c gtv.h -gtv_LDADD = @GTK_LIBS@ libsmpeg.la +gtv_SOURCES = +gtv_LDADD = # Sources for glmovie -glmovie_SOURCES = glmovie-tile.c glmovie.c glmovie.h -glmovie_LDADD = @GL_LIBS@ libsmpeg.la +glmovie_SOURCES = +glmovie_LDADD = # M4 macro file for inclusion with autoconf m4datadir = $(datadir)/aclocal