Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>)

Originally committed as revision 3387 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2004-08-13 15:30:42 +00:00
parent 1765920791
commit 8b69867f2e
3 changed files with 7 additions and 7 deletions

View File

@@ -112,7 +112,7 @@ void av_freep(void *arg)
}
/* encoder management */
AVCodec *first_avcodec;
AVCodec *first_avcodec = NULL;
void register_avcodec(AVCodec *format)
{