gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r9809: Include external headers with


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9809: Include external headers with <>
Date: Mon, 22 Sep 2008 14:43:25 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9809
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Mon 2008-09-22 14:43:25 +0200
message:
  Include external headers with <>
modified:
  libmedia/ffmpeg/VideoDecoderFfmpeg.h
=== modified file 'libmedia/ffmpeg/VideoDecoderFfmpeg.h'
--- a/libmedia/ffmpeg/VideoDecoderFfmpeg.h      2008-09-01 13:10:41 +0000
+++ b/libmedia/ffmpeg/VideoDecoderFfmpeg.h      2008-09-22 12:43:25 +0000
@@ -32,13 +32,13 @@
 
 #ifdef HAVE_FFMPEG_AVCODEC_H
 extern "C" {
-# include "ffmpeg/avcodec.h"
+# include <ffmpeg/avcodec.h>
 }
 #endif
 
 #ifdef HAVE_LIBAVCODEC_AVCODEC_H
 extern "C" {
-# include "libavcodec/avcodec.h"
+# include <libavcodec/avcodec.h>
 }
 #endif
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]