Changes between Initial Version and Version 1 of Ticket #1968, comment 2
- Timestamp:
- 11/27/2012 07:28:34 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1968, comment 2
initial v1 1 I didn't see a "makeinfo enabled" message buthere's my at empt...1 I didn't see a "makeinfo enabled" message buthere's my attempt... 2 2 3 3 i686-w64-mingw32-gcc --version … … 8 8 9 9 {{{ 10 configuring ffmpeg_git as $ PATH=/home/rdp/dev/ffmpeg-windows-build-helpers/sandbox/mingw-w64-i686/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games./configure --arch=x86 --target-os=mingw32 --cross-prefix=/home/rdp/dev/ffmpeg-windows-build-helpers/sandbox/mingw-w64-i686/bin/i686-w64-mingw32- --pkg-config=pkg-config --enable-shared --enable-static --enable-runtime-cpudetect10 ffmpeg_git $ ./configure --arch=x86 --target-os=mingw32 --cross-prefix=/home/rdp/dev/ffmpeg-windows-build-helpers/sandbox/mingw-w64-i686/bin/i686-w64-mingw32- --pkg-config=pkg-config --enable-shared --enable-static --enable-runtime-cpudetect 11 11 install prefix /usr/local 12 12 source path . … … 430 430 Creating config.mak and config.h... 431 431 }}} 432 433 creates this file: 434 435 -rwxrwxr-x 1 rdp rdp 205312 Nov 27 10:37 ffmpeg.exe 436 437 which I assume is "just" a shared build.


