Project import generated by Copybara.
GitOrigin-RevId: 612e50bb8db2ec3dc1c30049372d87a80c3848db
This commit is contained in:
Vendored
+3
-3
@@ -20,11 +20,11 @@ cc_library(
|
||||
name = "libffmpeg",
|
||||
srcs = glob(
|
||||
[
|
||||
"local/opt/ffmpeg/lib/libav*.dylib",
|
||||
"lib/libav*.dylib",
|
||||
],
|
||||
),
|
||||
hdrs = glob(["local/opt/ffmpeg/include/libav*/*.h"]),
|
||||
includes = ["local/opt/ffmpeg/include/"],
|
||||
hdrs = glob(["include/libav*/*.h"]),
|
||||
includes = ["include/"],
|
||||
linkopts = [
|
||||
"-lavcodec",
|
||||
"-lavformat",
|
||||
|
||||
Reference in New Issue
Block a user