Reuse codec path variable used in the binary loader in the XAnim loader.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30935 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-03-18 23:32:14 +00:00
parent e3e6f84258
commit 0e1acdbf9b
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,7 @@
#include "mp_msg.h"
#include "vd_internal.h"
#include "loader/codecpath.h"
static const vd_info_t info = {
"XAnim codecs",
@ -664,7 +665,6 @@ static int control(sh_video_t *sh,int cmd,void* arg,...){
static int init(sh_video_t *sh)
{
vd_xanim_ctx *priv;
char *def_path = BINARY_CODECS_PATH;
char dll[1024];
XA_CODEC_HDR codec_hdr;
int i;