From 46eb57b15002503efc27208e32dc8cb79c483ec7 Mon Sep 17 00:00:00 2001 From: shatty Date: Tue, 3 Feb 2004 09:42:52 +0000 Subject: [PATCH] undo accidental commit of video_util.h comment out git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6484 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/media/plugins/avcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/media/plugins/avcodec/avcodec.h b/src/add-ons/media/plugins/avcodec/avcodec.h index 13853396ee..78e5cc219c 100644 --- a/src/add-ons/media/plugins/avcodec/avcodec.h +++ b/src/add-ons/media/plugins/avcodec/avcodec.h @@ -25,7 +25,7 @@ //#define DO_PROFILING -//#include "video_util.h" +#include "video_util.h" struct codec_table { CodecID id; media_type type; media_format_family family; uint32 fourcc; const char *prettyname;};