diff options
author | Måns Rullgård <mans@mansr.com> | 2006-07-16 16:23:12 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-07-16 16:23:12 +0000 |
commit | 7a5f09f66eda5146a229fee42ae7946b4b1d6a6b (patch) | |
tree | 0257a1de3d362ed28b0ae0c5370997df1ffac44c /libavcodec/Makefile | |
parent | dbb45a3bb74880ee540591e936ebe1d354d0a855 (diff) | |
download | ffmpeg-7a5f09f66eda5146a229fee42ae7946b4b1d6a6b.tar.gz |
cosmetics
Originally committed as revision 5764 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 33cdc07bc9..4e2aea33c0 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -239,7 +239,7 @@ EXTRAOBJS += amr/*.o EXTRADEPS=amrlibs endif -OBJS-$(CONFIG_AMR_WB) += amrwb_float/dec_acelp.o \ +OBJS-$(CONFIG_AMR_WB) += amrwb_float/dec_acelp.o \ amrwb_float/dec_dtx.o \ amrwb_float/dec_gain.o \ amrwb_float/dec_if.o \ |