diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2009-05-25 18:37:16 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-05-25 18:37:16 +0000 |
commit | f9f36b4a4c75709e3c4ad608fa0220614da8edb7 (patch) | |
tree | a5abc52db251e9ca4ffe7110f96d9dceb3cd9ba3 /libavcodec/Makefile | |
parent | 8c68f25b209d149d7333052f016b60e91d78a2f4 (diff) | |
download | ffmpeg-f9f36b4a4c75709e3c4ad608fa0220614da8edb7.tar.gz |
cosmetics: tabs->spaces
Originally committed as revision 18943 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 3df0d458a3..69bd93d1d4 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -505,7 +505,7 @@ OBJS-$(HAVE_NEON) += arm/dsputil_neon.o \ arm/h264dsp_neon.o \ arm/h264idct_neon.o \ arm/simple_idct_neon.o \ - $(NEON-OBJS-yes) + $(NEON-OBJS-yes) OBJS-$(ARCH_BFIN) += bfin/dsputil_bfin.o \ bfin/fdct_bfin.o \ |