diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-04-12 16:38:41 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-04-12 16:38:41 +0100 |
| commit | 31d5bb487a6a245c80fb2154a8eca99c9ff4e6e6 (patch) | |
| tree | 6bbdc11b10c76fd79c0b7b3e4ebd8522fe11481e /rotord/rotor.h | |
| parent | 74d1f70bcde75dd1c1ef4d4a1673aa62014d4278 (diff) | |
recovering from compiler NIGHTMARE trying to make static libs: don't forget ldconfig
Diffstat (limited to 'rotord/rotor.h')
| -rwxr-xr-x | rotord/rotor.h | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/rotord/rotor.h b/rotord/rotor.h index 4bba577..9f0c2e3 100755 --- a/rotord/rotor.h +++ b/rotord/rotor.h @@ -73,15 +73,17 @@ using Poco::Net::HTTPResponse; extern "C" { - #include "libavcodec/avcodec.h" - #include "libavformat/avformat.h" - #include "libavutil/opt.h" - #include "libavutil/channel_layout.h" - #include "libavutil/common.h" - #include "libavutil/imgutils.h" - #include "libavutil/mathematics.h" - #include "libavutil/samplefmt.h" - + #include <libavcodec/avcodec.h> + #include <libavformat/avformat.h> + #include <libavutil/opt.h> + #include <libavutil/channel_layout.h> + #include <libavutil/common.h> + #include <libavutil/imgutils.h> + #include <libavutil/mathematics.h> + #include <libavutil/samplefmt.h> + + #include <libavutil/dict.h> + //#include <libavutil/dict.c> stops the compiler error but causes a linker error. does libavcodec need to be statically linked? #include <libavutil/imgutils.h> #include <libavutil/samplefmt.h> //#include <libavutil/timestamp.h> |
