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

Collapse All | Expand All

(-)transcode-1.1.5-orig//import/Makefile.am (-2 / +2 lines)
Lines 143-151 Link Here
143
import_dvd_la_LIBADD = $(LIBDVDREAD_LIBS)
143
import_dvd_la_LIBADD = $(LIBDVDREAD_LIBS)
144
144
145
import_ffmpeg_la_SOURCES = import_ffmpeg.c
145
import_ffmpeg_la_SOURCES = import_ffmpeg.c
146
import_ffmpeg_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBAVFORMAT_CFLAGS)
146
import_ffmpeg_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBAVFORMAT_CFLAGS) $(LIBAVCODEC_CFLAGS)
147
import_ffmpeg_la_LDFLAGS = -module -avoid-version
147
import_ffmpeg_la_LDFLAGS = -module -avoid-version
148
import_ffmpeg_la_LIBADD = $(LIBAVFORMAT_LIBS)
148
import_ffmpeg_la_LIBADD = $(LIBAVFORMAT_LIBS) $(LIBAVCODEC_LIBS)
149
149
150
import_im_la_SOURCES = import_im.c
150
import_im_la_SOURCES = import_im.c
151
import_im_la_CPPFLAGS = $(AM_CPPFLAGS) $(IMAGEMAGICK_CFLAGS)
151
import_im_la_CPPFLAGS = $(AM_CPPFLAGS) $(IMAGEMAGICK_CFLAGS)

Return to bug 354159