Mercurial > libavcodec.hg
comparison libschroedinger.h @ 10041:acbb86a779b8 libavcodec
Remove pointless #ifdefs from conditionally used files.
| author | diego |
|---|---|
| date | Mon, 10 Aug 2009 12:34:36 +0000 |
| parents | e9d9d946f213 |
| children | 965220ebc611 |
comparison
equal
deleted
inserted
replaced
| 10040:8f08abb1dffa | 10041:acbb86a779b8 |
|---|---|
| 24 */ | 24 */ |
| 25 | 25 |
| 26 #ifndef AVCODEC_LIBSCHROEDINGER_H | 26 #ifndef AVCODEC_LIBSCHROEDINGER_H |
| 27 #define AVCODEC_LIBSCHROEDINGER_H | 27 #define AVCODEC_LIBSCHROEDINGER_H |
| 28 | 28 |
| 29 #include "config.h" | |
| 30 | |
| 31 #if CONFIG_LIBSCHROEDINGER | |
| 32 | |
| 33 #include <schroedinger/schrobitstream.h> | 29 #include <schroedinger/schrobitstream.h> |
| 34 #include <schroedinger/schroframe.h> | 30 #include <schroedinger/schroframe.h> |
| 35 #include "avcodec.h" | 31 #include "avcodec.h" |
| 36 | 32 |
| 37 static const struct { | 33 static const struct { |
| 55 * passed. Returns 0 on success, -1 on failure. | 51 * passed. Returns 0 on success, -1 on failure. |
| 56 */ | 52 */ |
| 57 int ff_get_schro_frame_format (SchroChromaFormat schro_chroma_fmt, | 53 int ff_get_schro_frame_format (SchroChromaFormat schro_chroma_fmt, |
| 58 SchroFrameFormat *schro_frame_fmt); | 54 SchroFrameFormat *schro_frame_fmt); |
| 59 | 55 |
| 60 #endif /* CONFIG_LIBSCHROEDINGER */ | |
| 61 #endif /* AVCODEC_LIBSCHROEDINGER_H */ | 56 #endif /* AVCODEC_LIBSCHROEDINGER_H */ |
