mirror of https://github.com/mpv-player/mpv
moved LOF macros from dvb_defaults.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19091 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
71b5d4f1ae
commit
c6ca88ad90
|
@ -8,9 +8,12 @@
|
|||
#ifndef DVBIN_H
|
||||
#define DVBIN_H
|
||||
|
||||
#include "dvb_defaults.h"
|
||||
#include "stream.h"
|
||||
|
||||
#define SLOF (11700*1000UL)
|
||||
#define LOF1 (9750*1000UL)
|
||||
#define LOF2 (10600*1000UL)
|
||||
|
||||
#ifdef HAVE_DVB_HEAD
|
||||
#include <linux/dvb/dmx.h>
|
||||
#include <linux/dvb/frontend.h>
|
||||
|
|
Loading…
Reference in New Issue