Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: bmarkus on July 13, 2010, 03:43:40 AM
-
libswscale-dev.tcz is missing in 3.x repo, only binaries are available. Checked other (ffmpeg) packages but no success. As no header files available, can't compile applications against it.
-
the ffmpeg-ffserver-dev.tcz extension I'd posted 2010/06/05 did contain the libswscale dev files and also had been compiled with --enable-shared.
The current extension does not contain the libswscale dev files and also has not been compiled with --enable-shared, hence the large size of the ffmpeg extensions.
It would seem to make sense to compile the ffmpeg extensions with --enable-shared and with deps on libav*, libswscale, which are used by several extensions that do not require the full ffmpeg binary?
-
It would seem to make sense to compile the ffmpeg extensions with --enable-shared and with deps on libav*, libswscale, which are used by several extensions that do not require the full ffmpeg binary?
Sounds a good idea. In my curent case I need only the libswscale and libavcodec for video phone application, not ffmpeg binaries.
-
in my opinion all extensions which are compiled from the same source better be maintained by single person to avoid such cases
-
@jls_legalize
As the owner of the ffmpeg extension, any comments on how you'd like to proceed?
-
Note that the libswscale dev files have now returned to ffmpeg-ffserver-dev.tcz - thanks jls_legalize