diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-05-04 08:44:00 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-05-04 08:44:00 +0000 |
| commit | 2f52fee6ad2e8fc159d5dffb9441255d352598df (patch) | |
| tree | fe5b4f2489bac25c2b9f03ec4c068750bb0bbdb8 /src/plugins/Input/ffmpeg/detailsdialog.cpp | |
| parent | 50df239245a3861e11f2473e25833c6f632e61d9 (diff) | |
| download | qmmp-2f52fee6ad2e8fc159d5dffb9441255d352598df.tar.gz qmmp-2f52fee6ad2e8fc159d5dffb9441255d352598df.tar.bz2 qmmp-2f52fee6ad2e8fc159d5dffb9441255d352598df.zip | |
ffmpeg plugin: fixed build scripts (thanks to Stefan Koelling)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@361 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/ffmpeg/detailsdialog.cpp')
| -rw-r--r-- | src/plugins/Input/ffmpeg/detailsdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/ffmpeg/detailsdialog.cpp b/src/plugins/Input/ffmpeg/detailsdialog.cpp index 076cd6872..8b9994347 100644 --- a/src/plugins/Input/ffmpeg/detailsdialog.cpp +++ b/src/plugins/Input/ffmpeg/detailsdialog.cpp @@ -20,8 +20,8 @@ extern "C" { -#include <ffmpeg/avformat.h> -#include <ffmpeg/avcodec.h> +#include <avformat.h> +#include <avcodec.h> } #include <QFile> |
