Browse Source

cmdutils: remove unneeded #if

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.0
Michael Niedermayer 13 years ago
parent
commit
0a95449d2f
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      cmdutils.h

+ 0
- 2
cmdutils.h View File

@@ -90,9 +90,7 @@ int opt_cpuflags(void *optctx, const char *opt, const char *arg);

int opt_codec_debug(void *optctx, const char *opt, const char *arg);

#if CONFIG_OPENCL
int opt_opencl(void *optctx, const char *opt, const char *arg);
#endif

/**
* Limit the execution time.


Loading…
Cancel
Save