diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-06-30 11:57:35 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-30 12:23:44 +0200 |
commit | 0d5a27c2b5a1a2981f53aa5c093d1ddcc4ff472b (patch) | |
tree | a0a71fe9fd672bac89fe3b4ad8224874d828b3b3 /libavformat/Makefile | |
parent | 8f9c39b3e8c99ffe8a75603138c37c711d9ae72f (diff) | |
download | ffmpeg-0d5a27c2b5a1a2981f53aa5c093d1ddcc4ff472b.tar.gz |
Rename asfdec-o.c to asfdec_o.c
Most files use _ instead of - as spacer, so this is more consistent
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index f348559399..479361aed9 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -84,7 +84,7 @@ OBJS-$(CONFIG_APNG_MUXER) += apngenc.o OBJS-$(CONFIG_AQTITLE_DEMUXER) += aqtitledec.o subtitles.o OBJS-$(CONFIG_ASF_DEMUXER) += asfdec_f.o asf.o asfcrypt.o \ avlanguage.o -OBJS-$(CONFIG_ASF_O_DEMUXER) += asfdec-o.o asf.o asfcrypt.o \ +OBJS-$(CONFIG_ASF_O_DEMUXER) += asfdec_o.o asf.o asfcrypt.o \ avlanguage.o OBJS-$(CONFIG_ASF_MUXER) += asfenc.o asf.o OBJS-$(CONFIG_ASS_DEMUXER) += assdec.o subtitles.o |