Ticket #11441: mythtv-0.26.0-types_h.patch

File mythtv-0.26.0-types_h.patch, 1.2 KB (added by hobbes1069@…, 11 years ago)

Patch to add include for sys/types.h

  • mythtv/external/FFmpeg/libavdevice/alsa-audio-common.c

    diff -Naur MythTV-mythtv-d2f9798.orig/mythtv/external/FFmpeg/libavdevice/alsa-audio-common.c MythTV-mythtv-d2f9798/mythtv/external/FFmpeg/libavdevice/alsa-audio-common.c
    old new  
    2828 * @author Nicolas George ( nicolas george normalesup org )
    2929 */
    3030
     31#include <sys/types.h>
    3132#include <alsa/asoundlib.h>
    3233#include "avdevice.h"
    3334#include "libavutil/avassert.h"
  • mythtv/external/FFmpeg/libavdevice/alsa-audio-enc.c

    diff -Naur MythTV-mythtv-d2f9798.orig/mythtv/external/FFmpeg/libavdevice/alsa-audio-enc.c MythTV-mythtv-d2f9798/mythtv/external/FFmpeg/libavdevice/alsa-audio-enc.c
    old new  
    3737 * which gives a low latency suitable for real-time playback.
    3838 */
    3939
     40#include <sys/types.h>
    4041#include <alsa/asoundlib.h>
    4142
    4243#include "libavformat/internal.h"