[MPlayer-cvslog] r26575 - trunk/input/input.c
diego
subversion at mplayerhq.hu
Mon Apr 28 16:44:11 CEST 2008
Author: diego
Date: Mon Apr 28 16:44:10 2008
New Revision: 26575
Log:
Use full path for libavutil #includes.
Modified:
trunk/input/input.c
Modified: trunk/input/input.c
==============================================================================
--- trunk/input/input.c (original)
+++ trunk/input/input.c Mon Apr 28 16:44:10 2008
@@ -20,7 +20,7 @@
#include "osdep/getch2.h"
#include "osdep/keycodes.h"
#include "osdep/timer.h"
-#include "avstring.h"
+#include "libavutil/avstring.h"
#include "mp_msg.h"
#include "help_mp.h"
#include "m_config.h"
More information about the MPlayer-cvslog
mailing list