Opened 15 years ago
Closed 15 years ago
#8828 closed defect (fixed)
Missing Separator in FFmpeg config.mak
Reported by: | Owned by: | Janne Grunau | |
---|---|---|---|
Priority: | minor | Milestone: | 0.24 |
Component: | MythTV - configure script | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Attempting to build trunk on my system yields:
make[1]: Entering directory `./mythtv/trunk/mythtv/external' make -C FFmpeg make[2]: Entering directory `./mythtv/trunk/mythtv/external/FFmpeg' config.mak:1088: *** missing separator. Stop. make[2]: Leaving directory `./mythtv/trunk/mythtv/external/FFmpeg' make[1]: *** [FFmpeg] Error 2 make[1]: Leaving directory `./mythtv/trunk/mythtv/external' make: *** [sub-external-make_default-ordered] Error 2
The problem appears to relate to the spaces present in the "QMAKE_LIBDIR_QT
" and "LATE_LIBS
" lines.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | configure_separator_trunk_r25890.patch added |
---|
comment:1 by , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
Milestone: | unknown → 0.24 |
---|---|
Version: | Unspecified → Trunk Head |
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [25899]) configure: remove whitespace
Fixes #8828 with patch by: > mythtv dadeos co uk <