Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Moritz Barsnick
On Thu, Jan 21, 2016 at 15:54:08 +, John Pompeii wrote: > Maybe another way to ask this question is: How do I replicate the > static ffmpeg build for windows?  http://ffmpeg.zeranoe.com/faq/ https://ffmpeg.zeranoe.com/blog/?p=414#more-414 "Some key features of this script are: [...] *

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread John Pompeii
for windows?  --john From: James Darnley <james.darn...@gmail.com> To: FFmpeg user questions <ffmpeg-user@ffmpeg.org> Sent: Thursday, January 21, 2016 10:13 AM Subject: Re: [FFmpeg-user] How to build for static ffmpeg executable On 2016-01-21 15:52, John Pompeii wrote: &g

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread James Darnley
On 2016-01-21 15:52, John Pompeii wrote: > libbz2-1.dll > libfontconfig-1.dll > libfreetype-6.dll > libgcc_s_seh-1.dll > libglib-2.0-0.dll > libharfbuzz-0.dll > libiconv-2.dll > libintl-8.dll > liblzma-5.dll > libopenjpeg-5.dll > libstdc++-6.dll > libtheoradec-1.dll > libtheoraenc-1.dll >

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Reindl Harald
Am 21.01.2016 um 20:12 schrieb G A: specify -—disable-shared —enable-static that's not enough if your shared libraries are just dll/so files they *all* need to be built static signature.asc Description: OpenPGP digital signature ___ ffmpeg-user

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Reindl Harald
Am 21.01.2016 um 20:27 schrieb G A: of course it is enough. it works on unix/osx, i build ffmpeg with 40 plugins from the repo every few days and these flags work. pure nonsense, you need .a files and not .so for static linking [root@buildserver:~]$ rpm -q --filesbypkg x264-latest

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Reindl Harald
Am 22.01.2016 um 00:41 schrieb Carl Eugen Hoyos: John Pompeii ffmpeg.org> writes: --enable-bzlib --enable-iconv --enable-lzma --enable-zlib These options have no effect, they do not do what you seem to believe they do. I suggest you remove them since you always suggest to remove them

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Carl Eugen Hoyos
Reindl Harald thelounge.net> writes: > Am 22.01.2016 um 00:41 schrieb Carl Eugen Hoyos: > > John Pompeii ffmpeg.org> writes: > > > >> --enable-bzlib > >> --enable-iconv > >> --enable-lzma > >> --enable-zlib > > > > These options have no effect, they do not do > > what you seem to believe they

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Reindl Harald
Am 22.01.2016 um 01:07 schrieb Carl Eugen Hoyos: Reindl Harald thelounge.net> writes: i suggest *you* remove them See http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=0f05b72f =-) * removed 2013 * most configure scripts are way older * no warnings * just mailing-list complaints

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Reindl Harald
Am 22.01.2016 um 00:59 schrieb Carl Eugen Hoyos: Reindl Harald thelounge.net> writes: Am 22.01.2016 um 00:41 schrieb Carl Eugen Hoyos: John Pompeii ffmpeg.org> writes: --enable-bzlib --enable-iconv --enable-lzma --enable-zlib These options have no effect, they do not do what you seem

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Carl Eugen Hoyos
John Pompeii ffmpeg.org> writes: > --enable-bzlib > --enable-iconv > --enable-lzma > --enable-zlib These options have no effect, they do not do what you seem to believe they do. I suggest you remove them. Carl Eugen ___ ffmpeg-user mailing list

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Carl Eugen Hoyos
Reindl Harald thelounge.net> writes: > Am 22.01.2016 um 00:59 schrieb Carl Eugen Hoyos: > > Reindl Harald thelounge.net> writes: > > > >> Am 22.01.2016 um 00:41 schrieb Carl Eugen Hoyos: > >>> John Pompeii ffmpeg.org> writes: > >>> > --enable-bzlib > --enable-iconv >

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Reindl Harald
Am 22.01.2016 um 01:16 schrieb Carl Eugen Hoyos: Reindl Harald thelounge.net> writes: Am 22.01.2016 um 00:59 schrieb Carl Eugen Hoyos: Reindl Harald thelounge.net> writes: Am 22.01.2016 um 00:41 schrieb Carl Eugen Hoyos: John Pompeii ffmpeg.org> writes: --enable-bzlib --enable-iconv

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Carl Eugen Hoyos
Reindl Harald thelounge.net> writes: > when "they simple have no effect" how can they > "be useful" for debugging? They have no effect in your configure line and they have no effect in the configure line that was posted in this thread. There are configure lines (that are hardly useful for

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread John Pompeii
.at> To: ffmpeg-user@ffmpeg.org Sent: Thursday, January 21, 2016 6:41 PM Subject: Re: [FFmpeg-user] How to build for static ffmpeg executable John Pompeii ffmpeg.org> writes: > --enable-bzlib > --enable-iconv > --enable-lzma > --enable-zlib These options have no effect, they do

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread John Pompeii
-aacenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzimg From: G A <glen_alex...@hotmail.com> To: FFmpeg user questions <ffmpeg-user@ffmpeg.org> Sent: Thursday, January 21, 2016 2:12 PM Subject: Re: [FFmp

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread G A
specify -—disable-shared —enable-static Sent from somewhere in … The Twilight Zone > On Jan 21, 2016, at 06:52, John Pompeii wrote: > > > > > Hi, > I am building ffmpeg.exe and ffprobe.exe on 64 bit windows (7) using > MSYS2/MINGW64. I've resolved all the

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread G A
of course it is enough. it works on unix/osx, i build ffmpeg with 40 plugins from the repo every few days and these flags work. Sent from somewhere in … The Twilight Zone > On Jan 21, 2016, at 11:22, Reindl Harald wrote: > > > > Am 21.01.2016 um 20:12 schrieb G A:

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Moritz Barsnick
On Thu, Jan 21, 2016 at 11:27:54 -0800, G A wrote: > of course it is enough. it works on unix/osx, i build ffmpeg with 40 > plugins from the repo every few days and these flags work. That's nonsense. Even though we're talking Windows here (for the original poster at least), that's not valid on