Browse Source

add alternative dummy codeclib_free

closes #1030

Change-Id: I360b74b8f3b0f1e8ef3ec26be3f4d94031b770f7
changes/47/41347/1
Richard Fuchs 6 years ago
parent
commit
b7d3db1a04
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      lib/codeclib.h

+ 3
- 0
lib/codeclib.h View File

@ -291,6 +291,9 @@ INLINE void codeclib_init(int print) {
if (print)
printf("No codecs supported.\n");
}
INLINE void codeclib_free(void) {
;
}
INLINE const codec_def_t *codec_find(const str *name, enum media_type type) {
return NULL;


Loading…
Cancel
Save