Mercurial > mplayer.hg
comparison libmpcodecs/ve_lavc.c @ 7004:8eff71f38685
dynamic libavcodec.so support updated by
Alexander.Gottwald@informatik.tu-chemnitz.de
author | arpi |
---|---|
date | Wed, 14 Aug 2002 21:43:49 +0000 |
parents | c72555c4bc63 |
children | bfb03691fb4b |
comparison
equal
deleted
inserted
replaced
7003:60a473935d7d | 7004:8eff71f38685 |
---|---|
28 extern int pass; | 28 extern int pass; |
29 | 29 |
30 //===========================================================================// | 30 //===========================================================================// |
31 | 31 |
32 #ifdef USE_LIBAVCODEC_SO | 32 #ifdef USE_LIBAVCODEC_SO |
33 #include <libffmpeg/avcodec.h> | 33 #include <ffmpeg/avcodec.h> |
34 #else | 34 #else |
35 #include "libavcodec/avcodec.h" | 35 #include "libavcodec/avcodec.h" |
36 #endif | 36 #endif |
37 | 37 |
38 #if LIBAVCODEC_BUILD < 4601 | 38 #if LIBAVCODEC_BUILD < 4601 |