Opened 17 years ago
Closed 16 years ago
#6488 closed defect (fixed)
nuvexport 0.5 version check with ffmpeg 0.5
| Reported by: | Owned by: | xris | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | Apps - Nuvexport | Version: | |
| Severity: | medium | Keywords: | nuvexport version check 0.5 ffmpeg |
| Cc: | Ticket locked: | no |
Description
i have discovered that on line 75 of export/ffmpeg.pm that the result of the regex for checking the ffmpeg version no longer has a trailing hyphen so the regex should be changed to something like m/ffmpeg\sversion\s0.5[,-]/si
i have confirmed this works
cheers Steve
Note:
See TracTickets
for help on using tickets.

(In [21021]) fix #6488 -- ffmpeg version uses a comma now instead of a hyphen