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.
akode/akode/plugins/mpeg_decoder/Makefile.am

9 lines
344 B

INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib $(USER_INCLUDES) $(all_includes)
lib_LTLIBRARIES = libakode_mpeg_decoder.la
libakode_mpeg_decoder_la_SOURCES = mpeg_decoder.cpp
libakode_mpeg_decoder_la_LDFLAGS = -avoid-version -no-undefined $(USER_LDFLAGS)
libakode_mpeg_decoder_la_LIBADD = ../../lib/libakode.la $(MADLIBS)