diff rtjpeg.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents be4783347fbe
children 0dce4fe6e6f3
line wrap: on
line diff
--- a/rtjpeg.c	Fri May 09 10:44:12 2008 +0000
+++ b/rtjpeg.c	Fri May 09 11:56:36 2008 +0000
@@ -18,7 +18,7 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
-#include "common.h"
+#include "libavutil/common.h"
 #include "bitstream.h"
 #include "dsputil.h"
 #include "rtjpeg.h"