kewlbear / x264-ios

Script to build x264 for iOS apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

need to instal gpac for this to work

divyamML opened this issue · comments

xcrun -sdk iphoneos clang conftest.c -Wall -I. -I$(SRCPATH) -arch arm64 -fembed-bitcode -mios-version-min=7.0 -std=gnu99 -lgpac_static -lz -arch arm64 -fembed-bitcode -mios-version-min=7.0 -lm -lpthread -o conftest
conftest.c:1:10: fatal error: 'gpac/isomedia.h' file not found

include <gpac/isomedia.h>

     ^

1 error generated.