Opened 15 years ago
Last modified 15 years ago
#1837 new defect
media-video/mplayer-1.0_rc4_p20100612 QA issues implicit decleration (missing header)
| Reported by: | Owned by: | reimar | |
|---|---|---|---|
| Priority: | normal | Component: | streaming |
| Version: | 1.0rc4 | Severity: | normal |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
A complete build log, patch, and build log after patch against rc4_p20101114 are at
http://bugs.gentoo.org/show_bug.cgi?id=344073
media-video/mplayer-1.0_rc4_p20100612
QA: other
│
│QA Notice: Package has poor programming practices which may compile
fine but exhibit random runtime failures.
│
│stream/stream.c:490: warning: implicit declaration of function 'usec_sleep'
fix missing include in stream.c
patch generated by David J Cozatt
--- mplayer-1.0_rc4_p20101114/stream/stream.c
+++ mplayer-1.0_rc4_p20101114/stream/stream.c
@@ -24,6 +24,7 @@
#include <sys/stat.h>
#ifndef MINGW32
#include <sys/ioctl.h>
+#include <time.h>
#include <sys/wait.h>
#endif
#include <fcntl.h>
Attachments (2)
Change History (5)
by , 15 years ago
| Attachment: | mplayer-1.0_rc4_p20101219.ebuild added |
|---|
comment:1 by , 15 years ago
| attachments.ispatch: | 0 → 1 |
|---|---|
| attachments.mimetype: | application/octet-stream → text/plain |
comment:2 by , 15 years ago
| attachments.isobsolete: | 0 → 1 |
|---|
by , 15 years ago
| Attachment: | mplayer-1.0_rc4_p20101219-add-missing-includes.patch added |
|---|
patch to add header

changed patch date but patch is against rc4_p20101114