https://bugzilla.rpmfusion.org/show_bug.cgi?id=3251
--- Comment #12 from MartinKG <mgansser(a)alice.de> 2014-05-26 20:59:23 CEST ---
(In reply to Nicolas Chauvet from comment #11)
(In reply to comment #10)
> (In reply to Antonio Trande from comment #9)
> > - Please, use CFLAGS="-I%{includedir}/ffmpeg" \
Please don't harcode the ffmpeg cflags. You need to use pkgconfig and pass the
FFMPEG_CFLAGS as needed when building the code using it.
i don't know if this is the correct command, i where should i place this ?
# FFMPEG_CFLAGS=`pkg-config --cflags libavcodec libavdevice libavfilter
libavformat libavutil libpostproc libswscale`
# echo $FFMPEG_CFLAGS
-I/usr/include/ffmpeg
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.