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:
parent
a8a2c32ac3
commit
b29174e822
|
@ -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
Loading…
Reference in New Issue