Nguyen Quoc Dat
Nguyen Quoc Dat
For now I'm working around it by only injecting the layout in the `init` (basically the snippet below "instead of this"). If you _have_ to set the `collectionViewLayout` manually then...I'm...
+1. Would like to make use of `--local` @amorde @dnkoutso
To add on, after adding `-Wno-error=incompatible-function-pointer-types`, I also faced some more errors related to `int-conversion`. So you might also want to add `-Wno-int-conversion`: ```sh FFMPEG_CFLAGS="$FFMPEG_CFLAGS -Wno-error=incompatible-function-pointer-types -Wno-int-conversion" ```