You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
310 B
29 lines
310 B
15 years ago
|
# 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
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|