Posts: 104
Joined: Dec 2012
Reputation:
1
I used the ./configure with the --enable-amplayer --enable-neon and for some reason they give me a warning at the bottom of the edting of ./configure with a warning - stating that they are unrecognized. Anything outside of the custom set depends works, its frustrating to get nothing working that I suggest. I check the file inside of /xbmc/ main folder and I see that the configure.status file has an options that I select with nothing like below.
libnfs="1"
libamplayer"" <<-----notice no number at all, disabled is 0
......
What am I doing wrong that prevents me to use any variable that I enabled? should I use --enable-amplayer=yes or --enable-player=amplayer ......as I thought they were the same.
Thanks.
Posts: 183
Joined: Jul 2012
Reputation:
3
Take a look at tools/android/depends/xbmc/Makefile, specifically line 23 where the other --enable options are. You'll want to add " --enable-player=amlplayer" to that line. You should not need to set "--enable-neon". NEON instructions are on by default.
Posts: 11,582
Joined: Feb 2008
Reputation:
84
davilla
Retired-Team-XBMC Developer
Posts: 11,582
./configure --help
tells you want you want to know and the options.
Posts: 104
Joined: Dec 2012
Reputation:
1
I have the ./configure --help from the xbmc root folder which gives the other atrribute instructions and commands. I thought I was doing it correctly with the ./configure command and had a few compiles build without an issue but when debugging I noticed amplayer was gone. Thanks for the advice guys, kemonine96 I was trying the neon option because I wanted to see how good omxplayer is with certain media (if better than the other players) with certain codecs and filetypes so I can make a good automated playercore file, I thought gles and neon was a requirement but I will recheck.....sorry I did not note before, going to try everything out and see how it goes
.
Posts: 11,582
Joined: Feb 2008
Reputation:
84
davilla
Retired-Team-XBMC Developer
Posts: 11,582
--enable-player enable additional players from a list of comma
separated names, (default is none, choices are
amlplayer, omxplayer)
so usage would be --enable-player=amlplayer
Posts: 104
Joined: Dec 2012
Reputation:
1
Thanks, I will get rid of the --enable tag since its useless, by the way instead of editing the ./configure again I just took your method of editing the makefile - I was trying to edit the wrong one inside the root folder and not the one inside of depends/xbmc but it went through great. Going to test this morning to see if all is good. Thanks again.
Posts: 3
Joined: Jan 2013
Reputation:
0
Thx for your post
But i want just to figure out what i need to
Like writ a xml file or what
Sorry
Posts: 3
Joined: Jan 2013
Reputation:
0
2013-01-25, 12:44
(This post was last modified: 2013-01-25, 12:45 by sami-xavi.)
Hi guys
I need your help please
Now i can add external player to my XBMC but the probleme , i can t play whit it because xbmc can find the mxplayer location
I installe mxplayer codec and mxplayer player , but in android i don t know how to define a programme location
thx
Hi guys
I need your help please
Now i can add external player to my XBMC but the probleme , i can t play whit it because xbmc can find the mxplayer location
I installe mxplayer codec and mxplayer player , but in android i don t know how to define a programme location
thx
Hi guys
I need your help please
Now i can add external player to my XBMC but the probleme , i can t play whit it because xbmc can find the mxplayer location
I installe mxplayer codec and mxplayer player , but in android i don t know how to define a programme location
thx