New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21189 (closed defect: duplicate)

Opened 4 years ago

Last modified 4 years ago

VLC: Could not find libswscale on Snow Leopard

Reported by: ryandesign@… Owned by: mnick@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: snowleopard Cc: devans@…, huahang.liu@…
Port: VLC

Description

I can't build VLC 1.0.1 on Snow Leopard:

checking for SWSCALE... no
configure: error: Could not find libswscale. Use --disable-swscale to ignore this error. Proper software scaling and some video chroma conversion will be missing.

I have all the dependencies installed as x86_64/i386 universal binaries but VLC won't build (neither x86_64/i386 universal nor plain x86_64).

Attachments

VLC.txt.bz2 (9.4 KB) - added by ryandesign@… 4 years ago.
VLC-10.6-swscale.diff (763 bytes) - added by mnick@… 4 years ago.
VLC2.txt.bz2 (17.4 KB) - added by ryandesign@… 4 years ago.

Change History

Changed 4 years ago by ryandesign@…

comment:1 Changed 4 years ago by ryandesign@…

  • Cc devans@… added
  • Summary changed from VLC: Could not find libswscale to VLC: Could not find libswscale on Snow Leopard

libswscale is supposed to come from ffmpeg, but ffmpeg explicitly disables libswscale on Snow Leopard because of problems; see #20938.

comment:2 Changed 4 years ago by mnick@…

  • Status changed from new to assigned

Changed 4 years ago by mnick@…

comment:3 Changed 4 years ago by mnick@…

I don't have access to 10.6, so i can't test it, but the patch above should disable swscale on 10.6 until #20938 is resolved

Changed 4 years ago by ryandesign@…

comment:4 Changed 4 years ago by ryandesign@…

Yes, that gets me further, but then it stops at

config/file.c: In function 'SaveConfigFile':
config/file.c:687: error: implicit declaration of function 'fdatasync'

comment:5 Changed 4 years ago by huahang.liu@…

  • Cc huahang.liu@… added

Cc Me!

comment:6 Changed 4 years ago by ryandesign@…

  • Status changed from assigned to closed
  • Resolution set to duplicate

This is now the same bug as #21487.

Note: See TracTickets for help on using tickets.