|
|
if USE_FFMPEG_ENGINE | if USE_FFMPEG_ENGINE |
libgnashbase_la_SOURCES += embedVideoDecoderFfmpeg.cpp | libgnashbase_la_SOURCES += embedVideoDecoderFfmpeg.cpp |
noinst_HEADERS += embedVideoDecoderFfmpeg.h | noinst_HEADERS += embedVideoDecoderFfmpeg.h |
libgnashbase_la_LIBADD += $(FFMPEG_LIBS) |
libgnashbase_la_LIBADD += $(FFMPEG_LIBS) -lswscale |
libgnashbase_la_CPPFLAGS += $(FFMPEG_CFLAGS) | libgnashbase_la_CPPFLAGS += $(FFMPEG_CFLAGS) |
endif | endif |
| |