Opened 9 years ago

Closed 5 years ago

#4517 closed defect (fixed)

--enable-frei0r and --enable-ladspa do not fail if dlopen is missing

Reported by: Carl Eugen Hoyos Owned by:
Priority: minor Component: build system
Version: git-master Keywords: frei0r ladspa
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

http://thread.gmane.org/gmane.comp.video.ffmpeg.user/56567/focus=56569
If I remove dlopen from my system, the following configure line does not fail but frei0r and ladspa will not be enabled:

$ configure --enable-gpl --enable-frei0r --enable-ladspa

Attachments (1)

config.out (11.5 KB ) - added by Carl Eugen Hoyos 9 years ago.

Download all attachments as: .zip

Change History (3)

by Carl Eugen Hoyos, 9 years ago

Attachment: config.out added

comment:1 by Carl Eugen Hoyos, 9 years ago

An alternative configure line for testing is:

$ ./configure --disable-all --enable-gpl --enable-frei0r --enable-ladspa --enable-filter=frei0r,ladspa

comment:2 by Elon Musk, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.