summaryrefslogtreecommitdiff
path: root/libvo/Makefile.am
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2008-07-18 14:57:36 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2008-07-18 14:57:36 +0000
commitd1e80dc431815df3ac6eeed654eeccaf8d6beea7 (patch)
treecc8b20e9558f81920c490fe4ec1384c8b7a0662b /libvo/Makefile.am
downloadlibmpeg2-tarball-master.tar.gz
Diffstat (limited to 'libvo/Makefile.am')
-rw-r--r--libvo/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvo/Makefile.am b/libvo/Makefile.am
new file mode 100644
index 0000000..9fee50a
--- /dev/null
+++ b/libvo/Makefile.am
@@ -0,0 +1,5 @@
+AM_CFLAGS = $(OPT_CFLAGS) $(LIBVO_CFLAGS)
+
+noinst_LIBRARIES = libvo.a
+libvo_a_SOURCES = video_out.c video_out_x11.c video_out_dx.c video_out_sdl.c \
+ video_out_null.c video_out_pgm.c vo_internal.h