1
0
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:
ods15 2006-11-14 06:01:54 +00:00
parent 9e9851231f
commit f916c5d0c4
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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"

View File

@ -11,7 +11,7 @@
#define USE_LIBNUT
#ifdef USE_LIBNUT
#include <nut.h>
#include <libnut.h>
typedef struct {
int last_pts; // FIXME