diff options
Diffstat (limited to 'mpeglib/lib/yuv/Makefile.am')
-rw-r--r-- | mpeglib/lib/yuv/Makefile.am | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mpeglib/lib/yuv/Makefile.am b/mpeglib/lib/yuv/Makefile.am new file mode 100644 index 00000000..b8d7155d --- /dev/null +++ b/mpeglib/lib/yuv/Makefile.am @@ -0,0 +1,28 @@ +# libplayerplugin - Makefile.am + +INCLUDES = $(all_includes) + +noinst_LTLIBRARIES = libyuvPlugin.la + + +noinst_HEADERS = + +kmpgincludedir = $(includedir)/$(THIS_LIB_NAME)/decoder + +kmpginclude_HEADERS = yuvPlugin.h + +libyuvPlugin_la_SOURCES = yuvPlugin.cpp + + + + + + + + + + + + + + |