diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | DEPS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -75,6 +75,7 @@ v8.log /third_party/cros /third_party/cygwin /third_party/directxsdk +/third_party/flac /third_party/ffmpeg /third_party/gles2_conform /third_party/googlemac @@ -180,6 +180,9 @@ deps = { "src/third_party/libjpeg_turbo": "/trunk/deps/third_party/libjpeg_turbo@66929", + + "src/third_party/flac": + "/trunk/deps/third_party/flac@71053", } |