mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 21:27:08 +00:00
update to libnut, rename nut.h->libnut.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20909 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9e9851231f
commit
f916c5d0c4
2
configure
vendored
2
configure
vendored
@ -6519,7 +6519,7 @@ if test "$_nut" = auto ; then
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <inttypes.h>
|
||||
#include <nut.h>
|
||||
#include <libnut.h>
|
||||
int main(void) { (void)nut_error(0); return 0; }
|
||||
EOF
|
||||
_ld_nut="-lnut"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#define USE_LIBNUT
|
||||
#ifdef USE_LIBNUT
|
||||
|
||||
#include <nut.h>
|
||||
#include <libnut.h>
|
||||
|
||||
typedef struct {
|
||||
int last_pts; // FIXME
|
||||
|
Loading…
Reference in New Issue
Block a user