File: ffmpeg.configure.linux-x86-32

package info (click to toggle)
avbin 7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 452 kB
  • ctags: 198
  • sloc: ansic: 366; sh: 96; makefile: 41
file content (10 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--extra-cflags="-march=i686 -m32 -D_GNU_SOURCE -fno-stack-protector"
--extra-ldflags="-L/lib32 -march=i686 -m32"

# We only use the static library, but need to specify --enable-shared to
# ensure -fPIC is passed.
--enable-static
--enable-shared

--enable-pthreads
--arch=i386