Author: alexc Date: Tue Jun 16 19:46:45 2009 New Revision: 4465 Log: Update the checkout script. AACenc should now "just work."
Modified: aacenc/checkout.sh Modified: aacenc/checkout.sh ============================================================================== --- aacenc/checkout.sh Tue Jun 16 19:41:13 2009 (r4464) +++ aacenc/checkout.sh Tue Jun 16 19:46:45 2009 (r4465) @@ -11,14 +11,10 @@ cd libavcodec echo "Copying and downloading source code to libavcodec dir" cp ../../aac.h . cp ../../aacenc.c . +cp ../../aacenc.h . +cp ../../aaccoder.c . cp ../../aacpsy.c . -cp ../../aacpsy.h . -cp ../../lowpass.c . -cp ../../lowpass.h . - -cd ../.. -svn co svn://svn.ffmpeg.org/soc/aac -cp aac/aactab.h ffmpeg/libavcodec/. -cp aac/aactab.c ffmpeg/libavcodec/ +cp ../../psymodel.c . +cp ../../psymodel.h . echo "Done! Now enter the ffmpeg dir, configure and make FFmpeg and enjoy the AAC encoder! :)" _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
