By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 791
Collapse All | Expand All

(-)a/akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp.ORI (-3 / +3 lines)
Lines 26-34 Link Here
26
#include "decoder.h"
26
#include "decoder.h"
27
27
28
#include <assert.h>
28
#include <assert.h>
29
#include <ffmpeg/avcodec.h>
29
#include <libavcodec/avcodec.h>
30
#include <ffmpeg/avformat.h>
30
#include <libavformat/avformat.h>
31
#include <ffmpeg/avio.h>
31
#include <libavformat/avio.h>
32
32
33
#include "ffmpeg_decoder.h"
33
#include "ffmpeg_decoder.h"
34
#include <iostream>
34
#include <iostream>

Return to bug 791