diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-25 23:19:38 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-25 23:19:38 +0000 |
commit | e80d1a1f41e273038f39c650fce3115515c44b91 (patch) | |
tree | b24ea870048b7fbeb6c38738716be4a06f6c032b /libmpcodecs | |
parent | 9cde6c1c92c2684ab72ee059314459326ffa2c14 (diff) |
fixing compilation without divx4 patch by (Rémi Guyomarch <rguyom at pobox dot com>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7091 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r-- | libmpcodecs/ve_lavc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/ve_lavc.c b/libmpcodecs/ve_lavc.c index 45d184b838..6412669876 100644 --- a/libmpcodecs/ve_lavc.c +++ b/libmpcodecs/ve_lavc.c @@ -22,9 +22,9 @@ #ifdef HAVE_DIVX4ENCORE #include "divx4_vbr.h" -extern char* passtmpfile; #endif +extern char* passtmpfile; extern int pass; //===========================================================================// |