17 lines
207 B
C++
17 lines
207 B
C++
//
|
|
// Copyright (c) 2013-2024 The SRS Authors
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
//
|
|
|
|
#ifndef SRS_UTEST_AVC_HPP
|
|
#define SRS_UTEST_AVC_HPP
|
|
|
|
/*
|
|
#include <srs_utest_avc.hpp>
|
|
*/
|
|
#include <srs_utest.hpp>
|
|
|
|
#endif
|
|
|