View | Details | Raw Unified
Collapse All | Expand All

(-) libbase/Makefile.am.orig (-1 / +1 lines)
 Lines 163-169    Link Here 
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