---
 checkout.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/checkout.sh b/checkout.sh
index 265b7f5..62238ae 100755
--- a/checkout.sh
+++ b/checkout.sh
@@ -3,7 +3,7 @@
 echo "Checking out FFmpeg..."
 svn co svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg -r 20025
 echo "Copying SBR files into FFmpeg tree..."
-cp aacsbr*.{c,h} ffmpeg/libavcodec
+cp aacsbr*.[ch] ffmpeg/libavcodec
 echo "Applying SBR and build system patch"
 cd ffmpeg; patch -p0 < ../ffmpeg.diff
 echo "All done! Now configure and make FFmpeg"
_______________________________________________
FFmpeg-soc mailing list
FFmpeg-soc@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to