diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-08-13 11:27:20 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-08-14 11:35:30 +0200 |
commit | 9bb936a80e72ae3439ded56f08f3d558700537c2 (patch) | |
tree | 7de758924c81f745e8e7eddb23493f95f8754295 /libavcodec/Makefile | |
parent | 690ef618b1b0deae8a63ff7f3e4517c4adb70929 (diff) | |
download | ffmpeg-9bb936a80e72ae3439ded56f08f3d558700537c2.tar.gz |
lavc: reimplement avcodec_get_name with descriptors.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 251a6b22fc..34e4cc302b 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -785,7 +785,6 @@ OBJS-$(!CONFIG_SMALL) += inverse.o SKIPHEADERS += %_tablegen.h \ %_tables.h \ aac_tablegen_decl.h \ - codec_names.h \ fft-internal.h \ old_codec_ids.h \ tableprint.h \ @@ -860,10 +859,3 @@ $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h $(SUBDIR)pcm.o: $(SUBDIR)pcm_tables.h $(SUBDIR)qdm2.o: $(SUBDIR)qdm2_tables.h endif - -CODEC_NAMES_SH := $(SRC_PATH)/$(SUBDIR)codec_names.sh -AVCODEC_H := $(SRC_PATH)/$(SUBDIR)avcodec.h -$(SUBDIR)codec_names.h: $(CODEC_NAMES_SH) config.h $(AVCODEC_H) - $(CC) $(CPPFLAGS) $(CFLAGS) -E $(AVCODEC_H) | \ - $(CODEC_NAMES_SH) config.h $@ -$(SUBDIR)utils.o: $(SUBDIR)codec_names.h |