Re: [FFmpeg-user] Can't configure libtheora on latest ffmpeg from git

2017-11-23 Thread Frank Haefemeier
Am Dienstag, den 21.11.2017, 14:54 -0800 schrieb Alan Peevers: > After installing theora using:  > > brew install theora I havn't worked with brew, but in case you install prepared packages with it, properly you must install some kind of 'dev' package with library headers. > I tried: > >

Re: [FFmpeg-user] Can't configure libtheora on latest ffmpeg from git

2017-11-22 Thread Carl Eugen Hoyos
2017-11-21 23:54 GMT+01:00 Alan Peevers : > ./configure --prefix=/usr/local --enable-gpl --enable-nonfree > --enable-libtheora Note that --enable-nonfree has no useful effect in this configure line. > ERROR: libtheora not found > > As requested, I have attached config.log No=

[FFmpeg-user] Can't configure libtheora on latest ffmpeg from git

2017-11-22 Thread Alan Peevers
After installing theora using: brew install theora I tried: ./configure --prefix=/usr/local --enable-gpl --enable-nonfree --enable-libtheora ERROR: libtheora not found As requested, I have attached config.log Thanks, Alan ___