Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 183714 | Differences between
and this patch

Collapse All | Expand All

(-)libbase/Makefile.am.orig (-1 / +1 lines)
Lines 163-169 Link Here
163
if USE_FFMPEG_ENGINE
163
if USE_FFMPEG_ENGINE
164
libgnashbase_la_SOURCES += embedVideoDecoderFfmpeg.cpp
164
libgnashbase_la_SOURCES += embedVideoDecoderFfmpeg.cpp
165
noinst_HEADERS += embedVideoDecoderFfmpeg.h
165
noinst_HEADERS += embedVideoDecoderFfmpeg.h
166
libgnashbase_la_LIBADD += $(FFMPEG_LIBS)
166
libgnashbase_la_LIBADD += $(FFMPEG_LIBS) -lswscale
167
libgnashbase_la_CPPFLAGS += $(FFMPEG_CFLAGS)
167
libgnashbase_la_CPPFLAGS += $(FFMPEG_CFLAGS)
168
endif
168
endif
169
169

Return to bug 183714