From 11eeaf5005b64a49d7338303610a01d0b2d4f955 Mon Sep 17 00:00:00 2001 From: komh Date: Wed, 17 Mar 2010 09:12:51 +0000 Subject: Follow a more proper way to support -codecpath. 1. Include loader/drv.h for SetCodecPath() instead of a declaration of it. 2. Move codec_path from get_path.h to mpcommon.h and mpcommon.c. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30914 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index e98015a90b..9d4450f9ba 100644 --- a/mencoder.c +++ b/mencoder.c @@ -65,6 +65,10 @@ #include "mp_fifo.h" #include "get_path.h" +#ifdef CONFIG_WIN32DLL +#include "loader/drv.h" // for SetCodecPath() +#endif + #include "stream/stream.h" #include "libmpdemux/aviprint.h" #include "libmpdemux/demuxer.h" -- cgit v1.2.3