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

2016-01-21 Thread John Pompeii
Awesome, thanks Moritz!  This looks like the ticket. --john From: Moritz Barsnick To: FFmpeg user discussions Sent: Thursday, January 21, 2016 10:59 AM Subject: Re: [FFmpeg-user] How to build for static ffmpeg executable On Thu, Jan 21, 2016 at 15:54:08 +, John Pompeii wrote

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

2016-01-21 Thread John Pompeii
libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzimg From: G A To: FFmpeg user questions Sent: Thursday, January 21, 2016 2:12 PM Subject: Re: [FFmpeg-user] How to build for static ffmpeg executable sp

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

2016-01-21 Thread John Pompeii
fmpeg-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 not do what yo

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 us

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: > 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-lzm

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 s

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 t

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

2016-01-21 Thread 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 =-) Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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 do

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 *wh

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 ffm

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 x264-lat

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 th

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: >> specify -—disable-sha

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 m

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 dependent libraries and got a buil

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
d for windows?  --john From: James Darnley To: FFmpeg user questions 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: > libbz2-1.dll > libfontconfig-1.dll > lib

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 > libwavpac

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

2016-01-21 Thread John Pompeii
Hi, I am building ffmpeg.exe and ffprobe.exe on 64 bit windows (7) using MSYS2/MINGW64.  I've resolved all the dependent libraries and got a build and it does appear to run just fine as a 64 windows app.  This issue that I have is that its linking the external libraries as dlls instead of sta