diff options
author | methodus <methodus@web.de> | 2012-09-15 23:44:19 +0200 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-09-15 23:44:19 +0200 |
commit | 159592eaa3b7ba9135bf01b4015af0d7914805bf (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /inc/profiles/amr.h | |
parent | 15139183fdea8f65af5a7dbfd354bcedf5886e80 (diff) | |
download | vdr-plugin-upnp-159592eaa3b7ba9135bf01b4015af0d7914805bf.tar.gz vdr-plugin-upnp-159592eaa3b7ba9135bf01b4015af0d7914805bf.tar.bz2 |
Master geleert
Diffstat (limited to 'inc/profiles/amr.h')
-rw-r--r-- | inc/profiles/amr.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/inc/profiles/amr.h b/inc/profiles/amr.h deleted file mode 100644 index 73cc9ee..0000000 --- a/inc/profiles/amr.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * File: profiles_amr.h - * Author: savop - * - * Created on 7. Dezember 2009, 13:05 - */ - -#ifndef _PROFILES_AMR_H -#define _PROFILES_AMR_H - -#include "profile_data.h" - -extern DLNAProfile DLNA_PROFILE_AMR_3GPP; ///< AMR 3GPP, cell phones -extern DLNAProfile DLNA_PROFILE_AMR_WBPlus; ///< AMR WB+ - -#endif /* _PROFILES_AMR_H */ - |