diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-04-18 13:52:00 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-04-18 13:52:00 +0000 |
commit | a208350c3c11dc71cfd1abb6d430eb705bf25303 (patch) | |
tree | 8d048a2a828f6608b0086ef6db0482b5f5d30ea1 /libswscale/Makefile | |
parent | 0c067dc34b6313e9be4763f0cd4c3823fcf030c7 (diff) | |
download | ffmpeg-a208350c3c11dc71cfd1abb6d430eb705bf25303.tar.gz |
Rename swscale_avoption.c to options.c.
Consistent with lavc and lavf.
Originally committed as revision 29188 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r-- | libswscale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index c209ad8984..247ae8d239 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -5,7 +5,7 @@ FFLIBS = avutil HEADERS = swscale.h -OBJS = rgb2rgb.o swscale.o swscale_avoption.o yuv2rgb.o +OBJS = options.o rgb2rgb.o swscale.o yuv2rgb.o OBJS-$(ARCH_BFIN) += bfin/internal_bfin.o \ bfin/swscale_bfin.o \ |