diff options
author | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-03-14 22:23:10 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2011-03-16 21:54:39 +0100 |
commit | 29ba091136a5e04574f7bfc1b17536c923958f6f (patch) | |
tree | 438e3829b626c8bede80e902b6b062aa93936f3b /Makefile | |
parent | 070c5d0f3530c16c92b81f3f0de2943410367c00 (diff) | |
download | ffmpeg-29ba091136a5e04574f7bfc1b17536c923958f6f.tar.gz |
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
also update the multiple inclusion guards in config.h|mak
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ distclean:: $(RM) version.h config.* libavutil/avconfig.h config: - $(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION) + $(SRC_PATH)/configure $(value LIBAV_CONFIGURATION) # regression tests |