1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

move definitions related to miracle-dispd from src/ctl to src/disp

This commit is contained in:
Derek Dai 2017-03-25 15:37:57 +08:00
parent 0a7517d8e9
commit a0d0c9bc8c
No known key found for this signature in database
GPG key ID: E109CC97553EF009
8 changed files with 180 additions and 184 deletions

View file

@ -23,11 +23,13 @@
#include <arpa/inet.h>
#include <unistd.h>
#include <time.h>
#include <stdio.h>
#include <gst/gst.h>
#include <gst/base/base.h>
#include "wfd-session.h"
#include "shl_log.h"
#include "rtsp.h"
#include "ctl.h"
#define LOCAL_RTP_PORT 16384
#define LOCAL_RTCP_PORT 16385