This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
openh264
Watch
1
Star
0
Fork
0
You've already forked openh264
Code
Issues
Pull Requests
Releases
Wiki
Activity
c5ea53f0af
openh264
/
build
/
platform-freebsd.mk
6 lines
79 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add FreeBSD platform makefile Add platform-freebsd.mk makefile to allow building on FreeBSD. OpenH264 builds and runs successfully on FreeBSD 9.2-RELEASE amd64, with both the gcc and clang compilers. Note that building i386 binaries with the native toolchain using the -m32 flag on amd64 FreeBSD is unsupported and will not work, so ENABLE64BIT should always be set to Yes when compiling on a FreeBSD amd64 system.
2013-12-16 08:10:26 +01:00
ASM
=
nasm
CFLAGS
+=
-fPIC
LDFLAGS
+=
-lpthread
Add MinGW platform makefile and related source changes
2013-12-17 14:13:21 +01:00
ASMFLAGS
+=
-f elf -DNOPREFIX
Add FreeBSD platform makefile Add platform-freebsd.mk makefile to allow building on FreeBSD. OpenH264 builds and runs successfully on FreeBSD 9.2-RELEASE amd64, with both the gcc and clang compilers. Note that building i386 binaries with the native toolchain using the -m32 flag on amd64 FreeBSD is unsupported and will not work, so ENABLE64BIT should always be set to Yes when compiling on a FreeBSD amd64 system.
2013-12-16 08:10:26 +01:00
Reference in New Issue
Copy Permalink