[FFmpeg-soc] [soc]: r3202 - mlp/mlpenc.c
ramiro
subversion at mplayerhq.hu
Tue Aug 12 21:47:13 CEST 2008
Author: ramiro
Date: Tue Aug 12 21:47:13 2008
New Revision: 3202
Log:
There's no need to prefix bytestream.h with libavcodec since
both files are on the same directory.
Modified:
mlp/mlpenc.c
Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c (original)
+++ mlp/mlpenc.c Tue Aug 12 21:47:13 2008
@@ -22,7 +22,7 @@
#include "avcodec.h"
#include "bitstream.h"
#include "libavutil/crc.h"
-#include "libavcodec/bytestream.h"
+#include "bytestream.h"
/* TODO add comments! */
More information about the FFmpeg-soc
mailing list