Ticket #966 (closed defect: fixed)
Compile error: too few arguments to function 'omp_playback_set_volume'
| Reported by: | gnomecn@… | Owned by: | abraxa@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | openmoko-mediaplayer | Version: | current svn head |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
| playback.c: In function 'omp_playback_fade_timeout_callback':
| playback.c:251: error: too few arguments to function 'omp_playback_set_volume'
| playback.c:258: error: too few arguments to function 'omp_playback_set_volume'
| playback.c: In function 'omp_playback_fade_volume':
| playback.c:456: error: too few arguments to function 'omp_playback_set_volume'
| make[3]: * [openmoko_mediaplayer-playback.o] Error 1
| make[3]: * Waiting for unfinished jobs....
| persistent.c: In function 'omp_session_restore_state':
| persistent.c:517: error: too few arguments to function 'omp_playback_set_volume'
| make[3]: * [openmoko_mediaplayer-persistent.o] Error 1
| make[3]: Leaving directory
`/home/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/openmoko-mediaplayer2-0.1.0+svnr3294-r4/openmoko-mediaplayer2/src'
| make[2]: * [all-recursive] Error 1
| make[2]: Leaving directory
`/home/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/openmoko-mediaplayer2-0.1.0+svnr3294-r4/openmoko-mediaplayer2'
| make[1]: * [all] Error 2
| make[1]: Leaving directory
`/home/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/openmoko-mediaplayer2-0.1.0+svnr3294-r4/openmoko-mediaplayer2'
| FATAL: oe_runmake failed
Attachments
Change History
Changed 6 years ago by gnomecn@…
- Attachment openmoko-mediaplayer2-compile-error.patch added

patch to fix this bug.