Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trying to build ffmpeg using vs2015, and I got configure error, any help? #236

Open
sguox002 opened this issue Jul 24, 2018 · 2 comments
Open

Comments

@sguox002
Copy link

image

@ghost
Copy link

ghost commented Aug 6, 2018

Which platform are you going to build for? If you want to build for Win7 x64, you'll need the following parameters to configure it:
./configure --toolchain=msvc --disable-programs --disable-d3d11va --disable-dxva2 --arch=amd64 --enable-shared --enable-cross-compile --target-os=win32 --extra-cflags="-MD -D_WINDLL" --extra-ldflags="-APPCONTAINER:NO -MACHINE:x64" --prefix=./Build/Windows7/x64
For other platforms, the command parameters are similar.
Also, you need a proper environment for the build. Try using the given bat instead.

@khouzam
Copy link
Contributor

khouzam commented Aug 6, 2018

Hi @sguox002

This looks similar to issue #234.

Can you share your configure.log file?

Also, have you tried to use the buildffmpeg.bat script that is provided, it should setup your environment for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants