From 9b85bdf620ebd66afcf0427bfabbf32efcbd13e4 Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Sun, 5 May 2013 23:37:33 +0200 Subject: [PATCH] Add the ffmpeg submodule properly (using git submodule add, not just modifying .gitmodules) --- .gitmodules | 2 +- ffmpeg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 ffmpeg diff --git a/.gitmodules b/.gitmodules index a91aa56767..6002da96df 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,4 +9,4 @@ url = git://github.com/hrydgard/ppsspp-lang.git [submodule "ffmpeg"] path = ffmpeg - url = git://github.com/hrydgard/ppsspp-ffmpeg.git + url = git://github.com/hrydgard/ppsspp-ffmpeg diff --git a/ffmpeg b/ffmpeg new file mode 160000 index 0000000000..5062ce9acc --- /dev/null +++ b/ffmpeg @@ -0,0 +1 @@ +Subproject commit 5062ce9acc4036c0a015219c9c19761b86110aba