summaryrefslogtreecommitdiffstats
path: root/mpvcore/codecs.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-17 02:18:16 +0100
committerwm4 <wm4@nowhere>2013-12-17 02:18:16 +0100
commit73a5417950a2d21a397597c05521725f3d125993 (patch)
tree46fc5856d7774a39d449bbbd80405d0d2ba92fd9 /mpvcore/codecs.c
parenteb15151705d47d23da844449126cc6b4879f110e (diff)
downloadmpv-73a5417950a2d21a397597c05521725f3d125993.tar.bz2
mpv-73a5417950a2d21a397597c05521725f3d125993.tar.xz
Merge mp_talloc.h into ta/ta_talloc.h
Diffstat (limited to 'mpvcore/codecs.c')
-rw-r--r--mpvcore/codecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/codecs.c b/mpvcore/codecs.c
index 23f5402fc6..b5a07cf999 100644
--- a/mpvcore/codecs.c
+++ b/mpvcore/codecs.c
@@ -16,7 +16,7 @@
*/
#include <assert.h>
-#include "mpvcore/mp_talloc.h"
+#include "talloc.h"
#include "mpvcore/bstr.h"
#include "mpvcore/mp_msg.h"
#include "codecs.h"