diff options
author | Clément Bœsch | 2012-12-24 06:08:07 +0100 |
---|---|---|
committer | Clément Bœsch | 2012-12-30 02:27:52 +0100 |
commit | 518239cd6126e92818f62aae1b9fe102419a6c43 (patch) | |
tree | 1e78169308fdc492cbc11949643fbb3b66f0555b /libpostproc/postprocess.c | |
parent | c77eb4ee9025a01ce6b8276eed8e32f21fc74ccc (diff) |
build: postproc cleanup.
This reverts 79f80f5c, moves postproc along with the other libraries,
and fix the postproc dependency to libavutil.
Diffstat (limited to 'libpostproc/postprocess.c')
-rw-r--r-- | libpostproc/postprocess.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 4b5503ccd9..facfd2cdd9 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -617,11 +617,7 @@ static inline void postProcess(const uint8_t src[], int srcStride, uint8_t dst[] /* -pp Command line Help */ -#if LIBPOSTPROC_VERSION_INT < (52<<16) -const char *const pp_help= -#else const char pp_help[] = -#endif "Available postprocessing filters:\n" "Filters Options\n" "short long name short long option Description\n" |