FS-7503 FS-7519: refactor to support video playback using libavformat

need -lswscale to converto from non-I420 fmt to I420
This commit is contained in:
Seven Du 2015-04-24 00:20:00 +08:00 committed by Michael Jerris
parent a8a2c32ac3
commit b29174e822
2 changed files with 655 additions and 161 deletions

View File

@ -1,4 +1,4 @@
LOCAL_LDFLAGS=-L/opt/av/lib -lavformat -lavcodec -lavutil -lavresample LOCAL_LDFLAGS=-L/opt/av/lib -lavformat -lavcodec -lavutil -lavresample -lswscale
LOCAL_CFLAGS=-I/opt/av/include LOCAL_CFLAGS=-I/opt/av/include
LOCAL_LIBADD= LOCAL_LIBADD=

File diff suppressed because it is too large Load Diff