projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
[libav.git]
/
libavcodec
/
utils.c
diff --git
a/libavcodec/utils.c
b/libavcodec/utils.c
index
18631ff
..
be9c912
100644
(file)
--- a/
libavcodec/utils.c
+++ b/
libavcodec/utils.c
@@
-1035,7
+1035,7
@@
unsigned avcodec_version( void )
const char *avcodec_configuration(void)
{
- return
FFMPEG
_CONFIGURATION;
+ return
LIBAV
_CONFIGURATION;
}
const char *avcodec_license(void)