]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/raw.c
Use full path for #includes from another directory.
[frescor/ffmpeg.git] / libavformat / raw.c
index 05b77af1b824e577855fcf0155bcc502db19252d..f37758c09d18c3e7e7cc0eb8e651a82b69f29933 100644 (file)
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
+
+#include "libavutil/crc.h"
+#include "libavcodec/ac3_parser.h"
+#include "libavcodec/bitstream.h"
+#include "libavcodec/bytestream.h"
 #include "avformat.h"
-#include "ac3_parser.h"
 #include "raw.h"
-#include "crc.h"
-#include "bitstream.h"
-#include "bytestream.h"
 
 #ifdef CONFIG_MUXERS
 /* simple formats */