vf_frei0r: fix missing end of line character

Error introduced in 61b323ce7c.
pull/293/head
Vittorio Giovara 11 years ago
parent a18ef7a76c
commit 4c41a7a179
  1. 2
      libavfilter/vf_frei0r.c

@ -242,7 +242,7 @@ static av_cold int frei0r_init(AVFilterContext *ctx,
if (s->dl_handle)
break; /* found */
if (*path)
path++ /* skip ':' */
path++; /* skip ':' */
}
}
if (!s->dl_handle && (path = getenv("HOME"))) {

Loading…
Cancel
Save