forked from len0rd/rockbox
Rename codecs/dnet.c to codecs/a52_rm.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22158 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6a2e43d46f
commit
010bb8e6ba
4 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ alac.c
|
||||||
#endif
|
#endif
|
||||||
cook.c
|
cook.c
|
||||||
raac.c
|
raac.c
|
||||||
dnet.c
|
a52_rm.c
|
||||||
mpc.c
|
mpc.c
|
||||||
wma.c
|
wma.c
|
||||||
sid.c
|
sid.c
|
||||||
|
|
|
@ -77,7 +77,7 @@ $(CODECDIR)/wavpack_enc.codec: $(CODECDIR)/libwavpack.a
|
||||||
$(CODECDIR)/asap.codec : $(CODECDIR)/libasap.a
|
$(CODECDIR)/asap.codec : $(CODECDIR)/libasap.a
|
||||||
$(CODECDIR)/cook.codec : $(CODECDIR)/libcook.a $(CODECDIR)/librm.a
|
$(CODECDIR)/cook.codec : $(CODECDIR)/libcook.a $(CODECDIR)/librm.a
|
||||||
$(CODECDIR)/raac.codec : $(CODECDIR)/libfaad.a $(CODECDIR)/librm.a
|
$(CODECDIR)/raac.codec : $(CODECDIR)/libfaad.a $(CODECDIR)/librm.a
|
||||||
$(CODECDIR)/dnet.codec : $(CODECDIR)/liba52.a $(CODECDIR)/librm.a
|
$(CODECDIR)/a52_rm.codec : $(CODECDIR)/liba52.a $(CODECDIR)/librm.a
|
||||||
|
|
||||||
$(CODECS): $(CODECLIB) # this must be last in codec dependency list
|
$(CODECS): $(CODECLIB) # this must be last in codec dependency list
|
||||||
|
|
||||||
|
|
|
@ -123,7 +123,7 @@ const struct afmt_entry audio_formats[AFMT_NUM_CODECS] =
|
||||||
AFMT_ENTRY("RAAC", "raac", NULL, "rm\0ra\0rmvb\0" ),
|
AFMT_ENTRY("RAAC", "raac", NULL, "rm\0ra\0rmvb\0" ),
|
||||||
/* AC3 in RM/RA */
|
/* AC3 in RM/RA */
|
||||||
[AFMT_RM_AC3] =
|
[AFMT_RM_AC3] =
|
||||||
AFMT_ENTRY("AC3", "dnet", NULL, "rm\0ra\0rmvb\0" ),
|
AFMT_ENTRY("AC3", "a52_rm", NULL, "rm\0ra\0rmvb\0" ),
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue