]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/tta.c
Use full path for #includes from another directory.
[frescor/ffmpeg.git] / libavformat / tta.c
index 2cd0101f1506e664b9668371311d0f1d74b4e463..bfdc39b1a6f693552e711567e82580da3fff8b0e 100644 (file)
@@ -18,8 +18,9 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
+
+#include "libavcodec/bitstream.h"
 #include "avformat.h"
-#include "bitstream.h"
 
 typedef struct {
     int totalframes, currentframe;